From 543c71b562ae71772afe0bc77aa120f95fbd98fc Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Mon, 12 Oct 2020 07:03:15 +0200 Subject: [PATCH] Public PyPi release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db886d4..ce9a879 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description = re.sub("\[(.*)\]\((?!http)(.*)\)", r"[\1](https://git.friedl. setuptools.setup( name="bytetrie", - version="0.0.7", + version="0.1.0", url="https://git.friedl.net/incubator/bytetrie", license="MIT", author="Armin Friedl",