Merge pull request #151 from jnozsc/version_2.7

bump version to 2.7
This commit is contained in:
Yoshiko 2020-03-08 20:27:13 +08:00 committed by GitHub
commit 7eec310929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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