Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhollenstain committed Oct 7, 2018
1 parent 8da82ae commit 8d23d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tamago/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
init - version info
"""
VERSION_INFO = (0, 0, 1)
VERSION_INFO = (0, 0, 2)
VERSION = '.'.join(str(c) for c in VERSION_INFO)

0 comments on commit 8d23d1d

Please sign in to comment.