Skip to content

Commit 53aaac1

Browse files
authored
Update __init__.py
1 parent f942d44 commit 53aaac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_api_client/__init__.py

+1-1
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.3"
4+
__version__ = "0.5.4"
55

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

0 commit comments

Comments
 (0)