change version detection

This commit is contained in:
VirtuBox
2019-08-17 14:01:16 +02:00
parent d772199f26
commit 065e75f9bd
3 changed files with 20 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ if not os.path.isfile('/root/.gitconfig'):
shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig')
setup(name='wo',
version='3.9.8',
version='3.9.8.1',
description=long_description,
long_description=long_description,
classifiers=[],