diff --git a/CHANGELOG.md b/CHANGELOG.md index d9166f5..6f0a4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release 1.0.4 +## Release 1.0.5 **Date**: `2024-01-06` diff --git a/pyweatherflow_forecast/__init__.py b/pyweatherflow_forecast/__init__.py index b51ac9d..558b3c1 100644 --- a/pyweatherflow_forecast/__init__.py +++ b/pyweatherflow_forecast/__init__.py @@ -18,6 +18,6 @@ ) __title__ = "pyweatherflow_forecast" -__version__ = "1.0.4" +__version__ = "1.0.5" __author__ = "briis" __license__ = "MIT" diff --git a/setup.py b/setup.py index e021ec1..6afeeaa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyweatherflow-forecast", - version="1.0.4", + version="1.0.5", author="briis", author_email="bjarne@briis.com", description="Gets the weather forecast data from WeatherFlow",