version 0.0.10.2

pull/379/head
Eren Gölge 2021-03-11 12:00:28 +01:00
parent 4cc162a8b5
commit 4fcda5deda
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.1'
version = '0.0.10.2'
cwd = os.path.dirname(os.path.abspath(__file__))
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors