We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0203ccf commit 69dfd94Copy full SHA for 69dfd94
hypergraphx/__init__.py
@@ -8,4 +8,4 @@
8
MIN_PYTHON_VERSION = (3, 10)
9
assert sys.version_info >= MIN_PYTHON_VERSION, f"requires Python {'.'.join([str(n) for n in MIN_PYTHON_VERSION])} or newer"
10
11
-__version__ = "1.7.6"
+__version__ = "1.7.7"
0 commit comments