Skip to content

Commit ddc1e3d

Browse files
committed
Update version numbers.
1 parent d1d540b commit ddc1e3d

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.4",
13+
version="0.0.5",
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.4"
2+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)