Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pygeoogc v0.12.2 #25

Merged
merged 2 commits into from
Jan 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pygeoogc" %}
{% set version = "0.12.1" %}
{% set version = "0.12.2" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pygeoogc-{{ version }}.tar.gz
sha256: fc9d5e1498170c29879eabc9d0124fe0892964b6607d4082c6f1894e12436ef5
sha256: 0159a177bcd3b05642744c4e8159c49428c317ba4113b710cfa48dee6bdfc7bc

build:
number: 0
Expand All @@ -30,7 +30,7 @@ requirements:
- python >=3.7
- pyyaml
- requests
- requests-cache >=0.8
- requests-cache >=0.9.1
- shapely >=1.6
- urllib3
- importlib_metadata
Expand Down