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