From 650191e5529e493e93a62ebb7afa3a7e7ae30be2 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Thu, 24 Nov 2016 20:39:13 +0000 Subject: [PATCH] Release 0.0.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0497a98c..99081ef4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = "prometheus_client", - version = "0.0.17", + version = "0.0.18", author = "Brian Brazil", author_email = "brian.brazil@robustperception.io", description = ("Python client for the Prometheus monitoring system."),