From 8619dbf582eae554f41830abd410a3f8ee4eac14 Mon Sep 17 00:00:00 2001 From: SaptakDnth <66028584+Saptak625@users.noreply.github.com> Date: Sat, 22 Jul 2023 10:58:02 -0400 Subject: [PATCH] Release 1.1.0 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 922020b..e7dd873 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'pymeasurement' copyright = '2023, Saptak Das' author = 'Saptak Das' -release = '1.0.8' +release = '1.1.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 4024ac7..f3c5b5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pymeasurement" -version = "1.0.8" +version = "1.1.0" authors = [ { name="Saptak Das", email="saptak.das625@gmail.com" }, ]