From d38c9efa53b8867c9aedb6dbd9da2f1aa239e819 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Sat, 29 Oct 2022 17:31:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version=20to=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 969147f..9d74870 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setup( name="civiproxy_logs2json", - version="1.0.2", + version="1.0.3", author="Marc Michalsky", author_email="michalsky@forumZFD.de", packages=find_packages("civiproxy_logs2json", exclude=["test"]),