From 44ef00b54e35284e4d7fc0c2cd55db966fb3cf60 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 5 Mar 2018 05:10:18 +0200 Subject: [PATCH] Bump the version number. --- pysollib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/settings.py b/pysollib/settings.py index dc4faeb3..850e4f5e 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.net/' -VERSION = '2.1.2' +VERSION = '2.1.3' VERSION_TUPLE = (3, 0, 0) # Tk windowing system (auto set up in init.py)