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 d1d540b commit ddc1e3dCopy full SHA for ddc1e3d
setup.py
@@ -10,7 +10,7 @@
10
# This call to setup() does all the work
11
setup(
12
name="tkintermd",
13
- version="0.0.4",
+ version="0.0.5",
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.4"
+__version__ = "0.0.5"
0 commit comments