We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c6650 commit 8f034f2Copy full SHA for 8f034f2
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.5.2"
+__version__ = "0.5.3"
5
6
from .prometheus_connect import * # noqa F403
7
from .metric import Metric # noqa F401
0 commit comments