bump version to 2.7

This commit is contained in:
jnozsc 2020-03-05 09:38:02 -08:00
parent bedd76bc60
commit 8b36cfb35c

View File

@ -96,7 +96,7 @@ def getNumber(filepath,absolute_path = False):
if __name__ == '__main__':
version = '2.6'
version = '2.7'
config_file = 'config.ini'
config = ConfigParser()
config.read(config_file, encoding='UTF-8')