From 3eb4f71a8e88d1ed94e78cc947b5c5067c7d8161 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 13 Dec 2017 21:24:45 +0200 Subject: [PATCH] - New version this time with corrected archive. --- pysollib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/settings.py b/pysollib/settings.py index 3bc6a930..dc4faeb3 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.1' +VERSION = '2.1.2' VERSION_TUPLE = (3, 0, 0) # Tk windowing system (auto set up in init.py)