From 4deb3ebb586ee344752cc62cae1a77eebee82206 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 27 Feb 2019 22:52:26 +0200 Subject: [PATCH] bump the version to 2.6.2 --- pysollib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/settings.py b/pysollib/settings.py index 87c4afcd..a1448202 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.net/' -VERSION_TUPLE = (2, 6, 1) +VERSION_TUPLE = (2, 6, 2) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py)