Skip to content

Commit d80407f

Browse files
update to 1.1.2
1 parent 058d114 commit d80407f

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, 1, 0, "")
3+
VERSION = (1, 1, 2, "")
44
__shortversion__ = '.'.join(map(str, VERSION[:3]))
55
__version__ = '.'.join(map(str, VERSION[:3])) + "".join(VERSION[3:])
66

0 commit comments

Comments
 (0)