update version 0.0.11

This commit is contained in:
Eren Gölge
2021-03-16 19:13:32 +01:00
parent eb071fd3b6
commit 13041ebfa8
+1 -1
View File
@@ -19,7 +19,7 @@ if LooseVersion(sys.version) < LooseVersion("3.6") or LooseVersion(sys.version)
)
version = '0.0.10.3'
version = '0.0.11'
cwd = os.path.dirname(os.path.abspath(__file__))
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors