[ci skip]update version

This commit is contained in:
Eren Gölge 2021-04-15 16:37:37 +02:00
parent 9cc17be53a
commit 4450c9bf5f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if LooseVersion(sys.version) < LooseVersion("3.6") or LooseVersion(sys.version)
)
version = '0.0.11'
version = '0.0.12'
cwd = os.path.dirname(os.path.abspath(__file__))
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors