We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623700a commit 726943eCopy full SHA for 726943e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.6
+current_version = 0.9.0
3
files = setup.py apicast/__init__.py
4
commit = True
5
tag = True
apicast/__init__.py
@@ -1,4 +1,4 @@
"""Access bee flight forecast information published by Deutscher Wetterdienst (DWD)"""
__appname__ = "apicast"
-__version__ = "0.8.6"
+__version__ = "0.9.0"
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="apicast",
12
- version="0.8.6",
+ version="0.9.0",
13
description="Python client and HTTP service to access bee flight forecast "
14
"information published by Deutscher Wetterdienst (DWD), the "
15
"federal meteorological service in Germany.",
0 commit comments