We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380ab8c + ebcb855 commit 94dff36Copy full SHA for 94dff36
prometheus_api_client/__init__.py
@@ -1,7 +1,7 @@
1
"""A collection of tools to collect and manipulate prometheus metrics."""
2
3
__title__ = "prometheus-connect"
4
-__version__ = "0.0.2b4"
+__version__ = "0.2.0"
5
6
from .prometheus_connect import *
7
from .metric import Metric
setup.py
@@ -12,7 +12,7 @@ def get_install_requires():
12
13
setuptools.setup(
14
name="prometheus-api-client",
15
- version="0.0.2b4",
+ version="0.2.0",
16
author="Anand Sanmukhani",
17
author_email="[email protected]",
18
description="A small python api to collect data from prometheus",
0 commit comments