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" }, ]