From d85d12060ed1e3d46201dca0f1da6a9345e2a23d Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Tue, 19 Feb 2019 16:26:04 +0000 Subject: [PATCH] Release 0.6.0 Signed-off-by: Brian Brazil --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 818840f1..73b5048d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="prometheus_client", - version="0.5.0", + version="0.6.0", author="Brian Brazil", author_email="brian.brazil@robustperception.io", description="Python client for the Prometheus monitoring system.",