We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a2980 commit 32434e8Copy full SHA for 32434e8
airflow_prometheus_exporter/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Robinhood Markets, Inc."""
6
__email__ = '[email protected]'
7
-__version__ = '1.0.1'
+__version__ = '1.0.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.1
+current_version = 1.0.2
3
commit = True
tag = True
setup.py
@@ -42,7 +42,7 @@
42
name='airflow_prometheus_exporter',
43
packages=find_packages(include=['airflow_prometheus_exporter']),
44
url='https://github.com/robinhood/airflow_prometheus_exporter',
45
- version='1.0.1',
+ version='1.0.2',
46
entry_points={
47
'airflow.plugins': [
48
'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'
0 commit comments