Skip to content

Commit e5d34ba

Browse files
committed
Update version numbers.
1 parent 3182c87 commit e5d34ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name="tkintermd",
13-
version="0.0.1",
13+
version="0.0.2",
1414
description="A Python based Markdown editor with HTML preview",
1515
long_description=README,
1616
long_description_content_type="text/markdown",

tkintermd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version of tkintermd package
2-
__version__ = "0.0.1"
2+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)