Skip to content

Commit f660954

Browse files
authored
Update __init__.py
Update package version to `0.6.0`
1 parent 4496fb0 commit f660954

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

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

0 commit comments

Comments
 (0)