Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedArduino committed May 22, 2021
1 parent 2e53749 commit b0d381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TkZero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
You can find more information on the GitHub README.
"""

__version_info__ = (0, 0, 6)
__version_info__ = (0, 1, 0)
__version__ = ""
for index, digit in enumerate(__version_info__):
__version__ += str(digit)
Expand Down

0 comments on commit b0d381a

Please sign in to comment.