Skip to content

Commit 7832b91

Browse files
Copilot4n4nd
andcommitted
Bump version to 0.7.0 for new release
- Version 0.6.0 is already released - Increment to 0.7.0 for this new feature release with optional dependencies Co-authored-by: 4n4nd <22333506+4n4nd@users.noreply.github.com>
1 parent 33e0289 commit 7832b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

66
from .exceptions import PrometheusApiClientException, MetricValueConversionError
77
def __getattr__(name):

0 commit comments

Comments
 (0)