From 490f8f2f25ca24ac1a6ca4c6c16770737a477ba5 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 16 Feb 2019 22:01:05 +0200 Subject: [PATCH] bump the version --- pysollib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/settings.py b/pysollib/settings.py index da301dc8..87c4afcd 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, 0) +VERSION_TUPLE = (2, 6, 1) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py)