Skip to content

Commit

Permalink
Bump version: 1.0.4 → 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Ray committed Dec 30, 2019
1 parent 1837d37 commit 9335fa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow_prometheus_exporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Robinhood Markets, Inc."""
__email__ = "[email protected]"
__version__ = "1.0.4"
__version__ = "__version__ = '1.0.5'"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
name='airflow_prometheus_exporter',
packages=find_packages(include=['airflow_prometheus_exporter']),
url='https://github.com/robinhood/airflow_prometheus_exporter',
version='1.0.4',
version='1.0.5',
entry_points={
'airflow.plugins': [
'AirflowPrometheus = airflow_prometheus_exporter.prometheus_exporter:AirflowPrometheusPlugin'
Expand Down

0 comments on commit 9335fa1

Please sign in to comment.