Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Update version number to `0.5.1`
  • Loading branch information
4n4nd authored Jun 8, 2022
1 parent 294b7a6 commit a3e2cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A collection of tools to collect and manipulate prometheus metrics."""

__title__ = "prometheus-connect"
__version__ = "0.5.0"
__version__ = "0.5.1"

from .prometheus_connect import * # noqa F403
from .metric import Metric # noqa F401
Expand Down

0 comments on commit a3e2cde

Please sign in to comment.