From 1d7b7e680dbed0d877cbacf7511b8233bc763deb Mon Sep 17 00:00:00 2001 From: Julian Psotta <22392104+MichaelsJP@users.noreply.github.com> Date: Tue, 2 Feb 2021 20:25:12 +0100 Subject: [PATCH] bump release to 2.3.3 (#58) --- conda.recipe/meta.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index e937f65c..5f7725eb 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "openrouteservice" %} -{% set version = "2.3.2" %} +{% set version = "2.3.3" %} package: name: "{{ name|lower }}" @@ -40,4 +40,4 @@ about: home: https://github.com/GIScience/openrouteservice-py license: Apache license_family: BSD - license_file: LICENSE \ No newline at end of file + license_file: LICENSE diff --git a/setup.py b/setup.py index c6e1510a..7be4a511 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def readme(): setup( name='openrouteservice', - version='2.3.2', + version='2.3.3', description='Python client for requests to openrouteservice API services', long_description=readme(), long_description_content_type='text/x-rst',