Skip to content

Commit 69c29f2

Browse files
authored
Update __init__.py
Release v0.7.2
1 parent 1230670 commit 69c29f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prometheus_api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A collection of tools to collect and manipulate prometheus metrics."""
22

33
__title__ = "prometheus-connect"
4-
__version__ = "0.7.1"
4+
__version__ = "0.7.2"
55

66
from .exceptions import PrometheusApiClientException, MetricValueConversionError
77
def __getattr__(name):

0 commit comments

Comments
 (0)