File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
airflow_prometheus_exporter Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55__author__ = """Robinhood Markets, Inc."""
667- __version__ = "__version__ = '1.0.5 '"
7+ __version__ = "__version__ = '1.0.6 '"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.5
2+ current_version = 1.0.6
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 4343 packages = find_packages (include = ['airflow_prometheus_exporter' ]),
4444 include_package_data = True ,
4545 url = 'https://github.com/robinhood/airflow_prometheus_exporter' ,
46- version = '1.0.5 ' ,
46+ version = '1.0.6 ' ,
4747 entry_points = {
4848 'airflow.plugins' : [
4949 'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'
You can’t perform that action at this time.
0 commit comments