From 4ad60a53ebba3334130f966193c806bc5a44eb09 Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Sat, 10 Oct 2020 15:59:26 +0200 Subject: [PATCH] Version 0.0.3 --- .drone.yml | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 920f110..54a3360 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/* + trigger: + event: + - tag diff --git a/setup.py b/setup.py index 5f269f7..f507424 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.3", url="https://git.friedl.net/incubator/bytetrie", license="MIT", author="Armin Friedl",