Skip to content

Commit a3e2cde

Browse files
authored
Update __init__.py
Update version number to `0.5.1`
1 parent 294b7a6 commit a3e2cde

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.0"
4+
__version__ = "0.5.1"
55

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

0 commit comments

Comments
 (0)