Skip to content

Commit dd76f35

Browse files
committed
bump: version 2.0.1 → 2.0.2
1 parent 36eaa3c commit dd76f35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
version_files = [
55
"setup.py",
66
"docs/source/conf.py",

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020

2121

22-
__version__ = "2.0.1"
22+
__version__ = "2.0.2"
2323

2424

2525
# If extensions (or modules to document with autodoc) are in another directory,

hypernetx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from hypernetx.utils import *
1212
from hypernetx.utils.toys import *
1313

14-
__version__ = "2.0.1"
14+
__version__ = "2.0.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup
22

3-
__version__ = "2.0.1"
3+
__version__ = "2.0.2"
44

55
setup(version=__version__)

0 commit comments

Comments
 (0)