From 56f90c4fe43310f3d8258ad4085ecd4b2ad30f70 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 23 Jun 2018 11:26:23 +0300 Subject: [PATCH] bump version to 2.4.0. --- pysollib/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pysollib/settings.py b/pysollib/settings.py index bceb73e7..ce0b533d 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,8 +32,8 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.net/' -VERSION = '2.2.0' -VERSION_TUPLE = (2, 2, 0) +VERSION = '2.4.0' +VERSION_TUPLE = (2, 4, 0) # Tk windowing system (auto set up in init.py) WIN_SYSTEM = 'x11' # win32, x11, aqua, classic