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."),