Skip to content

Commit

Permalink
Bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Jan 6, 2024
1 parent 3eedc10 commit c92e137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 1.0.4
## Release 1.0.5

**Date**: `2024-01-06`

Expand Down
2 changes: 1 addition & 1 deletion pyweatherflow_forecast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
)

__title__ = "pyweatherflow_forecast"
__version__ = "1.0.4"
__version__ = "1.0.5"
__author__ = "briis"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c92e137

Please sign in to comment.