From 1b9709e3322c17f342e991178e092d1f49ad8cc4 Mon Sep 17 00:00:00 2001 From: Chris Marchbanks Date: Wed, 24 May 2023 15:16:19 -0600 Subject: [PATCH] Release 0.17.0 Signed-off-by: Chris Marchbanks --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd9bf416..c5eea5e6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="prometheus_client", - version="0.16.0", + version="0.17.0", author="Brian Brazil", author_email="brian.brazil@robustperception.io", description="Python client for the Prometheus monitoring system.",