aboutsummaryrefslogtreecommitdiff
path: root/prometheus_pgbouncer_exporter/__init__.py
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-01-16 17:33:03 +0000
committerChristopher Baines <mail@cbaines.net>2016-01-16 20:54:48 +0000
commit7a362464b1d0abb08d912acf594e8c49c263460a (patch)
tree481d8456fbfd1a5d9739c408f478830d493ba321 /prometheus_pgbouncer_exporter/__init__.py
parent4cc7518af449d2695ba001f05574137ba256f566 (diff)
downloadprometheus-pgbouncer-exporter-7a362464b1d0abb08d912acf594e8c49c263460a.tar
prometheus-pgbouncer-exporter-7a362464b1d0abb08d912acf594e8c49c263460a.tar.gz
Add version information
Diffstat (limited to 'prometheus_pgbouncer_exporter/__init__.py')
-rw-r--r--prometheus_pgbouncer_exporter/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/prometheus_pgbouncer_exporter/__init__.py b/prometheus_pgbouncer_exporter/__init__.py
index e69de29..4fe83a7 100644
--- a/prometheus_pgbouncer_exporter/__init__.py
+++ b/prometheus_pgbouncer_exporter/__init__.py
@@ -0,0 +1,3 @@
+__ver_major__ = 1
+__ver_minor__ = 1
+__version__ = "%d.%d" % (__ver_major__, __ver_minor__)