update version 0.0.11

pull/384/head
Eren Gölge 2021-03-11 12:11:28 +01:00
parent eb071fd3b6
commit 13041ebfa8
1 changed files with 1 additions and 1 deletions

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