We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1230670 commit 69c29f2Copy full SHA for 69c29f2
1 file changed
prometheus_api_client/__init__.py
@@ -1,7 +1,7 @@
1
"""A collection of tools to collect and manipulate prometheus metrics."""
2
3
__title__ = "prometheus-connect"
4
-__version__ = "0.7.1"
+__version__ = "0.7.2"
5
6
from .exceptions import PrometheusApiClientException, MetricValueConversionError
7
def __getattr__(name):
0 commit comments