From e4fbc452f2a111fb1924977f9d1d6ace0f61c54a Mon Sep 17 00:00:00 2001 From: Abhishek Ray Date: Thu, 5 Sep 2019 09:06:06 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airflow_prometheus_exporter/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airflow_prometheus_exporter/__init__.py b/airflow_prometheus_exporter/__init__.py index 3f1b634..d734d71 100644 --- a/airflow_prometheus_exporter/__init__.py +++ b/airflow_prometheus_exporter/__init__.py @@ -4,4 +4,4 @@ __author__ = """Robinhood Markets, Inc.""" __email__ = 'open-source@robinhood.com' -__version__ = '1.0.2' +__version__ = '1.0.3' diff --git a/setup.cfg b/setup.cfg index 8afd93c..a9007c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 47e720a..8aea95e 100644 --- a/setup.py +++ b/setup.py @@ -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.2', + version='1.0.3', entry_points={ 'airflow.plugins': [ 'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'