diff --git a/docs/source/conf.py b/docs/source/conf.py index b9b5a418..56cfae6d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ import os import shlex -__version__ = "1.2.2" +__version__ = "1.2.3" # If extensions (or modules to document with autodoc) are in another directory, diff --git a/setup.py b/setup.py index ceef016a..af27c11c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import sys -__version__ = "1.2.2" +__version__ = "1.2.3" if sys.version_info < (3, 7): sys.exit("HyperNetX requires Python 3.7 or later.")