We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38559b6 commit 5a0d7b7Copy full SHA for 5a0d7b7
airflow_prometheus_exporter/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Robinhood Markets, Inc."""
6
__email__ = "[email protected]"
7
-__version__ = "__version__ = '1.0.5'"
+__version__ = "__version__ = '1.0.6'"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.5
+current_version = 1.0.6
3
commit = True
tag = True
setup.py
@@ -43,7 +43,7 @@
43
packages=find_packages(include=['airflow_prometheus_exporter']),
44
include_package_data=True,
45
url='https://github.com/robinhood/airflow_prometheus_exporter',
46
- version='1.0.5',
+ version='1.0.6',
47
entry_points={
48
'airflow.plugins': [
49
'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'
0 commit comments