Skip to content

Commit 00e42ac

Browse files
committed
Version bump for public release.
1 parent 37a4ced commit 00e42ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
major, minor, patch = 2022, 3, 10
1+
major, minor, patch = 2022, 4, 0
22
__version_info__ = (major, minor, patch)
33
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)