We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3182c87 commit e5d34baCopy full SHA for e5d34ba
setup.py
@@ -10,7 +10,7 @@
10
# This call to setup() does all the work
11
setup(
12
name="tkintermd",
13
- version="0.0.1",
+ version="0.0.2",
14
description="A Python based Markdown editor with HTML preview",
15
long_description=README,
16
long_description_content_type="text/markdown",
tkintermd/__init__.py
@@ -1,2 +1,2 @@
1
# Version of tkintermd package
2
-__version__ = "0.0.1"
+__version__ = "0.0.2"
0 commit comments