Skip to content

Commit

Permalink
Merge pull request #27 from thespacedoctor/master
Browse files Browse the repository at this point in the history
bumping version
  • Loading branch information
thespacedoctor authored Oct 7, 2024
2 parents acd89be + ff0b9db commit af327fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "soxspipe" %}
{% set version = "0.11.1" %}
{% set version = "0.11.2" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 11a80d589e497f49983527e7956f761fbf4a246142245afee9379b02ce273456
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/soxspipe-{{ version }}.tar.gz
sha256: f600a1cc20d6f51b485158fb65a85ba0166bf5d0ddbfde6629e418f103b85b52

build:
number: 0
Expand All @@ -32,7 +32,7 @@ requirements:
- pathlib
- photutils
- python >=3.9
- pyyaml ==5.4.1
- pyyaml ==5.3.1
- tabulate
- unicodecsv
- multiprocess
Expand Down

0 comments on commit af327fb

Please sign in to comment.