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

bump the version

This commit is contained in:
Shlomi Fish 2019-02-16 22:01:05 +02:00
parent 8a93f4ba13
commit 490f8f2f25

View file

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