Skip to content

Commit 726943e

Browse files
committed
Bump version: 0.8.6 → 0.9.0
1 parent 623700a commit 726943e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.6
2+
current_version = 0.9.0
33
files = setup.py apicast/__init__.py
44
commit = True
55
tag = True

apicast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Access bee flight forecast information published by Deutscher Wetterdienst (DWD)"""
22

33
__appname__ = "apicast"
4-
__version__ = "0.8.6"
4+
__version__ = "0.9.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="apicast",
12-
version="0.8.6",
12+
version="0.9.0",
1313
description="Python client and HTTP service to access bee flight forecast "
1414
"information published by Deutscher Wetterdienst (DWD), the "
1515
"federal meteorological service in Germany.",

0 commit comments

Comments
 (0)