From 25d25b3e7c6515319c6b022b88793f6cf89a7bdc Mon Sep 17 00:00:00 2001 From: "Kharude, Sachin" Date: Thu, 22 Jul 2021 15:07:09 +0530 Subject: [PATCH] Bump version 0.2.0 -> 0.3.0 Signed-off-by: Kharude, Sachin --- README.md | 2 +- here_location_services/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 320ee74..c021b96 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HERE Location Services for Python [![Tests](https://github.com/heremaps/here-location-services-python/workflows/Tests/badge.svg)](https://github.com/heremaps/here-location-services-python/actions) -[![Documentation Status](https://readthedocs.org/projects/here-location-services-python/badge/?version=latest)](https://here-location-services-python.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/here-location-services-python/badge/?version=stable)](https://here-location-services-python.readthedocs.io/en/stable/?badge=stable) [![codecov](https://codecov.io/gh/heremaps/here-location-services-python/branch/master/graph/badge.svg?token=G7Q1DWFI3W)](https://codecov.io/gh/heremaps/here-location-services-python) [![PyPI - Status](https://img.shields.io/pypi/status/here-location-services)](https://pypi.org/project/here-location-services/) [![PyPI - Python Version](https://img.shields.io/pypi/v/here-location-services.svg?logo=pypi)](https://pypi.org/project/here-location-services/) diff --git a/here_location_services/__version__.py b/here_location_services/__version__.py index 3df63ae..9c6f6b7 100644 --- a/here_location_services/__version__.py +++ b/here_location_services/__version__.py @@ -3,4 +3,4 @@ """Project version information.""" -__version__ = "0.2.0" +__version__ = "0.3.0"