Skip to content

Commit

Permalink
Merge pull request #60 from 4n4nd/release-v0.2
Browse files Browse the repository at this point in the history
Update Version number to create a new release

Reviewed-by: https://github.com/thoth-zuul[bot]
  • Loading branch information
thoth-zuul[bot] committed Oct 15, 2019
2 parents 380ab8c + ebcb855 commit 94dff36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prometheus_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A collection of tools to collect and manipulate prometheus metrics."""

__title__ = "prometheus-connect"
__version__ = "0.0.2b4"
__version__ = "0.2.0"

from .prometheus_connect import *
from .metric import Metric
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_install_requires():

setuptools.setup(
name="prometheus-api-client",
version="0.0.2b4",
version="0.2.0",
author="Anand Sanmukhani",
author_email="[email protected]",
description="A small python api to collect data from prometheus",
Expand Down

0 comments on commit 94dff36

Please sign in to comment.