We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ad98a commit b62de69Copy full SHA for b62de69
loopy/version.py
@@ -42,7 +42,7 @@
42
# }}}
43
44
45
-VERSION = (2022, 1)
+VERSION = (2024, 1)
46
VERSION_STATUS = ""
47
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
48
0 commit comments