From 5937ba07f75425c0d42a82be396ad1f995ca4a9d Mon Sep 17 00:00:00 2001 From: Alexander Knittel Date: Sun, 29 Nov 2020 16:54:23 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7a2da8..f0e43c7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="comdirect-api-simple", - version="0.0.8", + version="0.0.9", author="Alexander Knittel", author_email="alx.kntl@gmail.com", description="A package for read operations for the comdirect API",