Skip to content

Commit

Permalink
bump release to 2.3.3 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP authored Feb 2, 2021
1 parent 0501068 commit 1d7b7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "openrouteservice" %}
{% set version = "2.3.2" %}
{% set version = "2.3.3" %}

package:
name: "{{ name|lower }}"
Expand Down Expand Up @@ -40,4 +40,4 @@ about:
home: https://github.com/GIScience/openrouteservice-py
license: Apache
license_family: BSD
license_file: LICENSE
license_file: LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1d7b7e6

Please sign in to comment.