We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa449be commit 2a95fa2Copy full SHA for 2a95fa2
airflow_prometheus_exporter/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Robinhood Markets, Inc."""
6
__email__ = '[email protected]'
7
-__version__ = '1.0.3'
+__version__ = '1.0.4'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.3
+current_version = 1.0.4
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.3',
+ version='1.0.4',
46
entry_points={
47
'airflow.plugins': [
48
'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'
0 commit comments