diff --git a/docs/source/conf.py b/docs/source/conf.py index c1d0a73..9e56e19 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ project = "nse" copyright = "2023, Benny Thadikaran" author = "Benny Thadikaran" -release = "0.2.7" +release = "0.2.8" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 8da03f0..128e806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nse" -version = "0.2.7-2" +version = "0.2.8" authors = [ { name="Benny Thadikaran" }, ]