Skip to content

Commit ce261ce

Browse files
Merge pull request #37 from 4n4nd/v0.0.2
bump version number to 0.0.2b4 for a new pre-release
2 parents 15b9e7f + f6742c0 commit ce261ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prometheus_api_client/__init__.py

+1-1
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.0.2b3"
4+
__version__ = "0.0.2b4"
55

66
from .prometheus_connect import *
77
from .metric import Metric

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_install_requires():
1212

1313
setuptools.setup(
1414
name="prometheus-api-client",
15-
version="0.0.2b3",
15+
version="0.0.2b4",
1616
author="Anand Sanmukhani",
1717
author_email="[email protected]",
1818
description="A small python api to collect data from prometheus",

0 commit comments

Comments
 (0)