Skip to content

Commit

Permalink
update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarotanahashi committed Jan 7, 2022
1 parent 058d114 commit d80407f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqubo/package_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# (major, minor, patch, prerelease)

VERSION = (1, 1, 0, "")
VERSION = (1, 1, 2, "")
__shortversion__ = '.'.join(map(str, VERSION[:3]))
__version__ = '.'.join(map(str, VERSION[:3])) + "".join(VERSION[3:])

Expand Down

0 comments on commit d80407f

Please sign in to comment.