From ce4fc716f48abfebc72951bbc0b4bf7dcf30f8ee Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Mon, 23 Feb 2015 19:37:44 +0000 Subject: [PATCH] Release 0.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7951a131..5bb0fdf7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name = "prometheus_client", - version = "0.0.5", + version = "0.0.6", author = "Brian Brazil", author_email = "brian.brazil@gmail.com", description = ("Python client for the Prometheus monitoring system."),