Skip to content

Commit

Permalink
Merge pull request #32 from kotarotanahashi/release0.1.2
Browse files Browse the repository at this point in the history
release 0.1.2
  • Loading branch information
kotarotanahashi committed Dec 15, 2018
2 parents 87a7727 + 06f3d6d commit 7637c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqubo/package_info.py
@@ -1,6 +1,6 @@
# (major, minor, patch, prerelease)

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

Expand Down

0 comments on commit 7637c71

Please sign in to comment.