From ddc1e3d38d478acb8443e683993f08d77d285990 Mon Sep 17 00:00:00 2001 From: Michael Haslam Date: Thu, 7 Apr 2022 22:49:42 +0100 Subject: [PATCH] Update version numbers. --- setup.py | 2 +- tkintermd/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 972ae13..36d72d1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # This call to setup() does all the work setup( name="tkintermd", - version="0.0.4", + version="0.0.5", description="A Python based Markdown editor with HTML preview", long_description=README, long_description_content_type="text/markdown", diff --git a/tkintermd/__init__.py b/tkintermd/__init__.py index 4aa9cf8..a38441a 100644 --- a/tkintermd/__init__.py +++ b/tkintermd/__init__.py @@ -1,2 +1,2 @@ # Version of tkintermd package -__version__ = "0.0.4" +__version__ = "0.0.5"