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 d58416b commit fc9fb66Copy full SHA for fc9fb66
islpy/version.py
@@ -1,2 +1,2 @@
1
-VERSION = (2022, 1)
+VERSION = (2022, 1, 1)
2
VERSION_TEXT = ".".join(str(i) for i in VERSION)
0 commit comments