We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cba4c commit d255130Copy full SHA for d255130
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.13.0
+current_version = 0.14.0
3
files = setup.py dwdweather/__init__.py
4
commit = True
5
tag = True
dwdweather/__init__.py
"""dwdweather2: Python client to access weather data from Deutscher Wetterdienst (DWD)."""
__appname__ = "dwdweather2"
-__version__ = "0.13.0"
+__version__ = "0.14.0"
from .core import DwdWeather
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="dwdweather2",
11
- version="0.13.0",
+ version="0.14.0",
12
description="Python client to access weather data from Deutscher Wetterdienst (DWD), "
13
"the federal meteorological service in Germany.",
14
long_description=README,
0 commit comments