Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
4n4nd authored Aug 16, 2023
1 parent f942d44 commit 53aaac1
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.3"
__version__ = "0.5.4"

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

0 comments on commit 53aaac1

Please sign in to comment.