Skip to content

Commit

Permalink
Update meta.yaml to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
enricgrau authored Jul 27, 2023
1 parent cc1b2dc commit 4c475e0
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 = "spectrapepper" %}
{% set version = "0.1.7" %}
{% set version = "0.1.8" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 1b43e9c90dedccbd3869ae53801a08b41f5a1f9770ad17654dc24c9d65ecdcb3
sha256: b2f9c191e30ebdb6593815be238382035733e7f2fac8552cd0e70f4170d6966d
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
Expand Down

0 comments on commit 4c475e0

Please sign in to comment.