diff --git a/airflow_prometheus_exporter/__init__.py b/airflow_prometheus_exporter/__init__.py index 29f5223..62dc339 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__ = "__version__ = '1.0.6'" +__version__ = "__version__ = '1.0.7'" diff --git a/setup.cfg b/setup.cfg index fa75aa6..eac27dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.0.7 commit = True tag = True diff --git a/setup.py b/setup.py index 1aed41b..d8ad0be 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ packages=find_packages(include=['airflow_prometheus_exporter']), include_package_data=True, url='https://github.com/robinhood/airflow_prometheus_exporter', - version='1.0.6', + version='1.0.7', entry_points={ 'airflow.plugins': [ 'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'