We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15b9e7f + f6742c0 commit ce261ceCopy full SHA for ce261ce
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.2b3"
+__version__ = "0.0.2b4"
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.2b3",
+ version="0.0.2b4",
16
author="Anand Sanmukhani",
17
author_email="[email protected]",
18
description="A small python api to collect data from prometheus",
0 commit comments