aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Carranza <pcarranza@gmail.com>2017-06-11 00:18:37 +0200
committerPablo Carranza <pcarranza@gmail.com>2017-06-11 00:18:37 +0200
commitee467de62f4dab8aa9804abaeb61db563aa4022b (patch)
treef797da3a4debe9218cae3b87e0d71d5cb64251f7
parent3226f78614f875b8cf8897024e9a657556575325 (diff)
downloadprometheus-pgbouncer-exporter-ee467de62f4dab8aa9804abaeb61db563aa4022b.tar
prometheus-pgbouncer-exporter-ee467de62f4dab8aa9804abaeb61db563aa4022b.tar.gz
Bump version up
-rw-r--r--prometheus_pgbouncer_exporter/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus_pgbouncer_exporter/__init__.py b/prometheus_pgbouncer_exporter/__init__.py
index 45b81bf..923225e 100644
--- a/prometheus_pgbouncer_exporter/__init__.py
+++ b/prometheus_pgbouncer_exporter/__init__.py
@@ -1,3 +1,3 @@
__ver_major__ = 1
-__ver_minor__ = 7
+__ver_minor__ = 8
__version__ = "%d.%d" % (__ver_major__, __ver_minor__)