From ce271f7b46eec3d832fcb259af65492a7c6a130b Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 3 Aug 2022 17:37:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.20.2=20=E2=86=92=200.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- luftdatenpumpe/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 99ee789..f4663ea 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/luftdatenpumpe/__init__.py b/luftdatenpumpe/__init__.py index 437310b..185ee65 100644 --- a/luftdatenpumpe/__init__.py +++ b/luftdatenpumpe/__init__.py @@ -1,3 +1,3 @@ """luftdatenpumpe: Process data from live API of luftdaten.info""" __appname__ = "luftdatenpumpe" -__version__ = "0.20.2" +__version__ = "0.21.0" diff --git a/setup.py b/setup.py index 0838956..8d9a8cb 100644 --- a/setup.py +++ b/setup.py @@ -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.",