Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Ray committed Sep 4, 2019
1 parent 21a2980 commit 32434e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow_prometheus_exporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Robinhood Markets, Inc."""
__email__ = '[email protected]'
__version__ = '1.0.1'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.0.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
name='airflow_prometheus_exporter',
packages=find_packages(include=['airflow_prometheus_exporter']),
url='https://github.com/robinhood/airflow_prometheus_exporter',
version='1.0.1',
version='1.0.2',
entry_points={
'airflow.plugins': [
'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'
Expand Down

0 comments on commit 32434e8

Please sign in to comment.