when importing complib a version check is now performed and the user is notified if he is using an outdated version
This commit is contained in:
parent
90e3dd6f00
commit
ce6b06544a
4 changed files with 20 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ else:
|
|||
|
||||
setuptools.setup(
|
||||
name="complib",
|
||||
version="0.0.4-17",
|
||||
version="0.0.4-19",
|
||||
author="F-WuTs",
|
||||
author_email="--",
|
||||
description="",
|
||||
|
|
Reference in a new issue