Skip to content

Commit

Permalink
Bump version: 0.19.0 → 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 9, 2019
1 parent b761498 commit 477f6c3
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.19.0
current_version = 0.19.1
files = setup.py luftdatenpumpe/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion luftdatenpumpe/__init__.py
@@ -1,3 +1,3 @@
"""luftdatenpumpe: Process data from live API of luftdaten.info"""
__appname__ = 'luftdatenpumpe'
__version__ = '0.19.0'
__version__ = '0.19.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
}

setup(name='luftdatenpumpe',
version='0.19.0',
version='0.19.1',
description='Process live and historical data from luftdaten.info. Filter by station-id, '
'sensor-id and sensor-type, apply reverse geocoding, store into TSDB and '
'RDBMS databases, publish to MQTT or just output as JSON.',
Expand Down

0 comments on commit 477f6c3

Please sign in to comment.