Skip to content

Commit

Permalink
Bump version: 0.8.5 → 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 9, 2023
1 parent 62a69cc commit 3d6683f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.5
current_version = 0.8.6
files = setup.py apicast/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion apicast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Access bee flight forecast information published by Deutscher Wetterdienst (DWD)"""
__appname__ = "apicast"
__version__ = "0.8.5"
__version__ = "0.8.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="apicast",
version="0.8.5",
version="0.8.6",
description="Python client and HTTP service to access bee flight forecast "
"information published by Deutscher Wetterdienst (DWD), the "
"federal meteorological service in Germany.",
Expand Down

0 comments on commit 3d6683f

Please sign in to comment.