Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 2, 2020
1 parent d087e15 commit db2dd63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
files = setup.py apicast/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion apicast/__init__.py
@@ -1,3 +1,3 @@
"""Access bee flight forecast information published by Deutscher Wetterdienst (DWD)"""
__appname__ = 'apicast'
__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

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

0 comments on commit db2dd63

Please sign in to comment.