Skip to content

Commit 69dfd94

Browse files
committed
Update version
1 parent 0203ccf commit 69dfd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypergraphx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
MIN_PYTHON_VERSION = (3, 10)
99
assert sys.version_info >= MIN_PYTHON_VERSION, f"requires Python {'.'.join([str(n) for n in MIN_PYTHON_VERSION])} or newer"
1010

11-
__version__ = "1.7.6"
11+
__version__ = "1.7.7"

0 commit comments

Comments
 (0)