From cbc3c3b44b628cbdc370f9e84246abdde29adfb0 Mon Sep 17 00:00:00 2001 From: nbo Date: Tue, 20 Feb 2018 22:48:28 +0100 Subject: [PATCH] Bump Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2609a0..aee11b8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = f.read() setup(name='jodel_api', - version='1.2.9', + version='1.2.10', description='Unoffical Python Interface to the Jodel API', long_description=long_description, url='https://github.com/nborrmann/jodel_api',