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 807c2c3 commit c04b832Copy full SHA for c04b832
pyopencl/version.py
@@ -1,3 +1,3 @@
1
-VERSION = (2024, 2)
+VERSION = (2024, 2, 1)
2
VERSION_STATUS = ""
3
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
0 commit comments