We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffd0da commit e16b1f2Copy full SHA for e16b1f2
1 file changed
pytools/version.py
@@ -1,3 +1,3 @@
1
-VERSION = (2021, 2, 9)
+VERSION = (2022, 1)
2
VERSION_STATUS = ""
3
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
0 commit comments