Version 0.0.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Armin Friedl 2020-10-10 15:59:26 +02:00
parent 6d39e15532
commit c6fad6471f
2 changed files with 4 additions and 1 deletions

View file

@ -21,3 +21,6 @@ steps:
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel
- twine check dist/* - twine check dist/*
- twine upload --repository testpypi dist/* - twine upload --repository testpypi dist/*
when:
event:
- tag

View file

@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="bytetrie", name="bytetrie",
version="0.0.2", version="0.0.4",
url="https://git.friedl.net/incubator/bytetrie", url="https://git.friedl.net/incubator/bytetrie",
license="MIT", license="MIT",
author="Armin Friedl", author="Armin Friedl",