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 91943ce commit 7f0ca24Copy full SHA for 7f0ca24
pycuda/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
4
-VERSION = (2025, 1, 1)
+VERSION = (2025, 1, 2)
5
VERSION_STATUS = ""
6
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
0 commit comments