From dd76f358ef5d6f2b76c24260bb7edb6ad4ac98c0 Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Wed, 28 Jun 2023 09:26:11 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.1=20=E2=86=92=202.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- docs/source/conf.py | 2 +- hypernetx/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cz.toml b/.cz.toml index 7ca1e4b6..0df7b5af 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "2.0.1" +version = "2.0.2" version_files = [ "setup.py", "docs/source/conf.py", diff --git a/docs/source/conf.py b/docs/source/conf.py index bfde3aa6..6bd25ed2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ import os -__version__ = "2.0.1" +__version__ = "2.0.2" # If extensions (or modules to document with autodoc) are in another directory, diff --git a/hypernetx/__init__.py b/hypernetx/__init__.py index a3859045..562a3666 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.1" +__version__ = "2.0.2" diff --git a/setup.py b/setup.py index e39c9442..86e048c4 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup -__version__ = "2.0.1" +__version__ = "2.0.2" setup(version=__version__)