diff --git a/pysollib/settings.py b/pysollib/settings.py index 850e4f5e..134f02ee 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.1.3' -VERSION_TUPLE = (3, 0, 0) +VERSION = '2.1.4' +VERSION_TUPLE = (2, 1, 4) # Tk windowing system (auto set up in init.py) WIN_SYSTEM = 'x11' # win32, x11, aqua, classic