bump up version

This commit is contained in:
Eren Gölge 2021-04-27 18:02:46 +02:00
parent 6353e87166
commit af2955fa19
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.12'
version = '0.0.13'
cwd = os.path.dirname(os.path.abspath(__file__))
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors