From 1e1d961eb7e1603d10d70ac95585e3f024f0a39b Mon Sep 17 00:00:00 2001 From: Alexander Knittel Date: Sat, 19 Jun 2021 13:09:59 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e67b063..281b7aa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="comdirect-api-simple", - version="0.0.14", + version="0.0.15", author="Alexander Knittel", author_email="alx.kntl@gmail.com", description="A package for read operations for the comdirect API",