From c6fad6471fb4617def46f67e3e5d21cde730fa9a Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Sat, 10 Oct 2020 15:59:26 +0200 Subject: [PATCH] Version 0.0.4 --- .drone.yml | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 920f110..3d60e24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,3 +21,6 @@ steps: - python setup.py sdist bdist_wheel - twine check dist/* - twine upload --repository testpypi dist/* + when: + event: + - tag diff --git a/setup.py b/setup.py index 5f269f7..8276867 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="bytetrie", - version="0.0.2", + version="0.0.4", url="https://git.friedl.net/incubator/bytetrie", license="MIT", author="Armin Friedl",