From 19c8149b6c98870ec89b43c4ef376e77cc3ca107 Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Sun, 8 Oct 2023 11:27:32 +0200 Subject: [PATCH] Bump to 0.4.6 --- pyweatherflow_forecast/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyweatherflow_forecast/__init__.py b/pyweatherflow_forecast/__init__.py index df5f269..451873a 100644 --- a/pyweatherflow_forecast/__init__.py +++ b/pyweatherflow_forecast/__init__.py @@ -16,6 +16,6 @@ ) __title__ = "pyweatherflow_forecast" -__version__ = "0.4.5" +__version__ = "0.4.6" __author__ = "briis" __license__ = "MIT" diff --git a/setup.py b/setup.py index fae7431..9dc73a8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyweatherflow-forecast", - version="0.4.5", + version="0.4.6", author="briis", author_email="bjarne@briis.com", description="Gets the weather forecast data from WeatherFlow",