Skip to content

Commit 1d7b7e6

Browse files
authored
bump release to 2.3.3 (#58)
1 parent 0501068 commit 1d7b7e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda.recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "openrouteservice" %}
2-
{% set version = "2.3.2" %}
2+
{% set version = "2.3.3" %}
33

44
package:
55
name: "{{ name|lower }}"
@@ -40,4 +40,4 @@ about:
4040
home: https://github.com/GIScience/openrouteservice-py
4141
license: Apache
4242
license_family: BSD
43-
license_file: LICENSE
43+
license_file: LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def readme():
2222

2323
setup(
2424
name='openrouteservice',
25-
version='2.3.2',
25+
version='2.3.3',
2626
description='Python client for requests to openrouteservice API services',
2727
long_description=readme(),
2828
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)