From 9323f7fafa0fe4511c09c0d9e9a5972451425197 Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Sun, 17 Sep 2023 15:38:25 +0000 Subject: [PATCH] Bump to 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5fed0b..8d23ab7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyweatherflow_forecast_pkg", - version="0.1.0", + version="0.2.0", author="briis", author_email="bjarne@briis.com", description="Gets the weather forecast data from WeatherFlow",