Skip to content

Commit

Permalink
Merge pull request #9 from conda-forge-admin/conda_forge_admin_8
Browse files Browse the repository at this point in the history
ENH: update package version
  • Loading branch information
jaimergp authored Sep 28, 2024
2 parents 4ff4dd3 + 80d0d2a commit 5b37a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "napari-plugin-manager" %}
{% set version = "0.1.2" %}
{% set version = "0.1.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 371d93914bc4ba5185b0d5da40b1747a386bfe9fc681408f4e0b0cfb81e2fa59
sha256: 67e73f2d280f901c2de4879534fa69612b0a1debde412995714c3bc609a44e85

build:
noarch: python
Expand Down

0 comments on commit 5b37a41

Please sign in to comment.