From 2b107e9afb1f4786d01cba6d23a8e57c4537a092 Mon Sep 17 00:00:00 2001 From: FL550 Date: Wed, 11 Sep 2024 09:22:01 +0000 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f971007..601c229 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="simple_dwd_weatherforecast", - version="2.1.1", + version="2.1.2", author="Max Fermor", description="A simple tool to retrieve a weather forecast from DWD OpenData", long_description=long_description,