diff --git a/.cz.toml b/.cz.toml index 93a398ec..1e161e97 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "2.2.0" +version = "2.3.0" version_files = [ "pyproject.toml", "docs/source/conf.py", diff --git a/docs/source/conf.py b/docs/source/conf.py index 5c8edf65..e499dd0c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ import os -__version__ = "2.2.0" +__version__ = "2.3.0" # If extensions (or modules to document with autodoc) are in another directory, diff --git a/hypernetx/__init__.py b/hypernetx/__init__.py index 9ae2127d..228d6f7a 100644 --- a/hypernetx/__init__.py +++ b/hypernetx/__init__.py @@ -11,4 +11,4 @@ from hypernetx.utils import * from hypernetx.utils.toys import * -__version__ = "2.2.0" +__version__ = "2.3.0" diff --git a/pyproject.toml b/pyproject.toml index b8e5fa00..01afdfd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hypernetx" -version = "2.2.0" +version = "2.3.0" description = "HyperNetX is a Python library for the creation and study of hypergraphs." authors = ["Brenda Praggastis ", "Dustin Arendt ", "Sinan Aksoy ", "Emilie Purvine ",