1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

bump the version to 2.6.2

This commit is contained in:
Shlomi Fish 2019-02-27 22:52:26 +02:00
parent f9a09f864e
commit 4deb3ebb58

View file

@ -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)