From ebcb855c6286bf8180d1943551ff2df8645306a7 Mon Sep 17 00:00:00 2001 From: 4n4nd <4n4nd@redhat.com> Date: Mon, 14 Oct 2019 18:19:24 +0000 Subject: [PATCH] Update Version number to create a new release --- prometheus_api_client/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus_api_client/__init__.py b/prometheus_api_client/__init__.py index 8d34e20..2b2beb3 100644 --- a/prometheus_api_client/__init__.py +++ b/prometheus_api_client/__init__.py @@ -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 diff --git a/setup.py b/setup.py index f1c6a2a..001c4fe 100644 --- a/setup.py +++ b/setup.py @@ -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="asanmukh@redhat.com", description="A small python api to collect data from prometheus",