From c4a9833932907b37c7dd5baeea9f897ec0490a50 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 15 Nov 2017 23:39:32 +0200 Subject: [PATCH] Downgraded the version to 2.1.0. --- pysollib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/settings.py b/pysollib/settings.py index 43ee9bdd..f13afdea 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.net/' -VERSION = '3.0' +VERSION = '2.1.0' VERSION_TUPLE = (3, 0, 0) # Tk windowing system (auto set up in init.py)