Skip to content

Commit ac51974

Browse files
Change version info to 0.2.0
1 parent f0dc360 commit ac51974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TkZero/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
You can find more information on the GitHub README.
1515
"""
1616

17-
__version_info__ = (0, 1, 2)
17+
__version_info__ = (0, 2, 0)
1818
__version__ = ""
1919
for index, digit in enumerate(__version_info__):
2020
__version__ += str(digit)

0 commit comments

Comments
 (0)