Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
brendapraggastis committed Feb 10, 2022
1 parent 063f367 commit ffbf588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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.")
Expand Down

0 comments on commit ffbf588

Please sign in to comment.