Skip to content

Commit

Permalink
Bump version: 0.20.2 → 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 3, 2022
1 parent 830e80e commit ce271f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.20.2
current_version = 0.21.0
files = setup.py luftdatenpumpe/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion luftdatenpumpe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""luftdatenpumpe: Process data from live API of luftdaten.info"""
__appname__ = "luftdatenpumpe"
__version__ = "0.20.2"
__version__ = "0.21.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

setup(
name="luftdatenpumpe",
version="0.20.2",
version="0.21.0",
description="Process live and historical data from luftdaten.info, IRCELINE and OpenAQ. Filter by "
"station-id, sensor-id and sensor-type, apply reverse geocoding, store into time-series "
"and RDBMS databases, publish to MQTT, output as JSON, or visualize in Grafana.",
Expand Down

0 comments on commit ce271f7

Please sign in to comment.