Skip to content

Commit 7f0ca24

Browse files
committed
Bump version to 2025.1.2
1 parent 91943ce commit 7f0ca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycuda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

33

4-
VERSION = (2025, 1, 1)
4+
VERSION = (2025, 1, 2)
55
VERSION_STATUS = ""
66
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS

0 commit comments

Comments
 (0)