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