update the version

This commit is contained in:
Eren Gölge 2021-03-16 19:08:02 +01:00
parent 0cecace618
commit aba50d0ffe
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.2'
version = '0.0.10.3'
cwd = os.path.dirname(os.path.abspath(__file__))
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors