Skip to content

Commit 5a0d7b7

Browse files
author
Abhishek Ray
committed
Bump version: 1.0.5 → 1.0.6
1 parent 38559b6 commit 5a0d7b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airflow_prometheus_exporter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Robinhood Markets, Inc."""
66
__email__ = "[email protected]"
7-
__version__ = "__version__ = '1.0.5'"
7+
__version__ = "__version__ = '1.0.6'"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.5
2+
current_version = 1.0.6
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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'

0 commit comments

Comments
 (0)