Skip to content

Commit 94dff36

Browse files
author
thoth-zuul[bot]
authored
Merge pull request #60 from 4n4nd/release-v0.2
Update Version number to create a new release Reviewed-by: https://github.com/thoth-zuul[bot]
2 parents 380ab8c + ebcb855 commit 94dff36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

setup.py

Lines changed: 1 addition & 1 deletion
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.2b4",
15+
version="0.2.0",
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)