diff --git a/pyweatherflow_forecast/__init__.py b/pyweatherflow_forecast/__init__.py index 03f9036..0694fc7 100644 --- a/pyweatherflow_forecast/__init__.py +++ b/pyweatherflow_forecast/__init__.py @@ -18,6 +18,6 @@ ) __title__ = "pyweatherflow_forecast" -__version__ = "1.0.10" +__version__ = "1.0.11" __author__ = "briis" __license__ = "MIT" diff --git a/setup.py b/setup.py index 857bd8b..d14bc48 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyweatherflow-forecast", - version="1.0.10", + version="1.0.11", author="briis", author_email="bjarne@briis.com", description="Gets the weather forecast data from WeatherFlow",