Skip to content

Commit 024112f

Browse files
update to 1.0.12
1 parent f1f8619 commit 024112f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyqubo/package_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# (major, minor, patch, prerelease)
22

3-
VERSION = (1, 0, 11, "")
3+
VERSION = (1, 0, 12, "")
44
__shortversion__ = '.'.join(map(str, VERSION[:3]))
55
__version__ = '.'.join(map(str, VERSION[:3])) + "".join(VERSION[3:])
66

0 commit comments

Comments
 (0)