Skip to content

Commit 2b638b1

Browse files
authored
Update __init__.py
Update version to v0.5.2
1 parent 3bda292 commit 2b638b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5.1"
4+
__version__ = "0.5.2"
55

66
from .prometheus_connect import * # noqa F403
77
from .metric import Metric # noqa F401

0 commit comments

Comments
 (0)