Skip to content

Commit

Permalink
Bump version: 0.12.1 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 3, 2020
1 parent 2f3750b commit 9770489
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.12.1
current_version = 0.13.0
files = setup.py dwdweather/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion dwdweather/__init__.py
@@ -1,5 +1,5 @@
"""dwdweather2: Python client to access weather data from Deutscher Wetterdienst (DWD)."""
__appname__ = "dwdweather2"
__version__ = "0.12.1"
__version__ = "0.13.0"

from .core import DwdWeather
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name="dwdweather2",
version="0.12.1",
version="0.13.0",
description="Python client to access weather data from Deutscher Wetterdienst (DWD), "
"the federal meteorological service in Germany.",
long_description=README,
Expand Down

0 comments on commit 9770489

Please sign in to comment.