Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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