Increment version

This commit is contained in:
taizan-hokuto
2020-01-12 14:38:21 +09:00
parent 5fe4e7af04
commit 7961801e0c
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ def _requirements():
def _test_requirements():
return [name.rstrip() for name in open(path.join(root_dir, 'requirements_test.txt')).readlines()]
shutil.rmtree('build/')
shutil.rmtree('dist/')
with open(path.join(root_dir, package_name, '__init__.py')) as f: