From 0ec5ab66d0bfcee01cb5492b8dc1ee24870bc285 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Thu, 16 Apr 2020 20:13:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- __pkginfo__.py | 2 +- wxIconSaver.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bcd64a4..9df4557 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/__pkginfo__.py b/__pkginfo__.py index 6223f11..c317842 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -21,7 +21,7 @@ 2019 Dominic Davis-Foster """ -VERSION = "0.1.6" +VERSION = "0.1.7" modname = "wxIconSaver" py_modules = ['wxIconSaver'] diff --git a/wxIconSaver.py b/wxIconSaver.py index 7b0f9b5..f95b03e 100644 --- a/wxIconSaver.py +++ b/wxIconSaver.py @@ -31,7 +31,7 @@ __copyright__ = "2019-2020 Dominic Davis-Foster" __license__ = "GPL" -__version__ = "0.1.6" +__version__ = "0.1.7" __email__ = "dominic@davis-foster.co.uk" # stdlib