Skip to content

Commit d255130

Browse files
committed
Bump version: 0.13.0 → 0.14.0
1 parent 01cba4c commit d255130

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.0
2+
current_version = 0.14.0
33
files = setup.py dwdweather/__init__.py
44
commit = True
55
tag = True

dwdweather/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""dwdweather2: Python client to access weather data from Deutscher Wetterdienst (DWD)."""
22
__appname__ = "dwdweather2"
3-
__version__ = "0.13.0"
3+
__version__ = "0.14.0"
44

55
from .core import DwdWeather

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="dwdweather2",
11-
version="0.13.0",
11+
version="0.14.0",
1212
description="Python client to access weather data from Deutscher Wetterdienst (DWD), "
1313
"the federal meteorological service in Germany.",
1414
long_description=README,

0 commit comments

Comments
 (0)