diff --git a/.cz.toml b/.cz.toml index 89ebe36c..5edff1e7 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "2.0.0" +version = "2.0.0.post1" version_files = [ "setup.py", "docs/source/conf.py", diff --git a/docs/source/conf.py b/docs/source/conf.py index e26e232a..60546391 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ import os -__version__ = "2.0.0" +__version__ = "2.0.0.post1" # If extensions (or modules to document with autodoc) are in another directory, diff --git a/hypernetx/__init__.py b/hypernetx/__init__.py index 406dddbc..084e7d9b 100644 --- a/hypernetx/__init__.py +++ b/hypernetx/__init__.py @@ -11,4 +11,4 @@ from hypernetx.utils import * from hypernetx.utils.toys import * -__version__ = "2.0.0" +__version__ = "2.0.0.post1" diff --git a/setup.py b/setup.py index c3288b95..c4d7f9f3 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup -__version__ = "2.0.0" +__version__ = "2.0.0.post1" setup(version=__version__)