From 873ae1064959eb4a43342dcd801495d7f139ada8 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 28 Feb 2020 14:55:08 +0400 Subject: [PATCH] Bump to version 42 to override other versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index babc64d1..2dc85506 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="prometheus_client", - version="0.7.1", + version="42.7.1", author="Brian Brazil", author_email="brian.brazil@robustperception.io", description="Python client for the Prometheus monitoring system.",