Skip to content

Commit

Permalink
[bot-automerge] geemap v0.30.0 (#169)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Dec 25, 2023
2 parents 08cb901 + 2ddf54a commit 567bc06
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "geemap" %}
{% set version = "0.29.6" %}
{% set version = "0.30.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5fa3fe47188c503edfd065884bae94226ae7f4eb5de3e3a2c82aae028c10592e
sha256: 7f52b06a1bf2c9dc1153c3c0f061acec9a94f4cc177bff6520415e6794fe27fb

build:
number: 1
number: 0
entry_points:
- geemap=geemap.cli:main
noarch: python
Expand Down

0 comments on commit 567bc06

Please sign in to comment.