diff --git a/docs/source/conf.py b/docs/source/conf.py index dcfc1cd4..50862816 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,7 @@ author = 'Vladimir Sysoev' release = '0.0' -version = '0.0.10' +version = '0.0.11' # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index e475934f..ae3edbd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyGATs" -version = "0.0.10" +version = "0.0.11" authors = [ { name="vsysoev" }, ]