Skip to content

Commit

Permalink
Merge pull request #22 from tasansal/main
Browse files Browse the repository at this point in the history
Release `v0.5.2`
  • Loading branch information
tasansal authored Sep 18, 2023
2 parents 90fd742 + c9fe0e9 commit bef8a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "multidimio" %}
{% set version = "0.5.1" %}
{% set version = "0.5.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/multidimio-{{ version }}.tar.gz
sha256: 26082835c9d5c39a57c4b86d0de580d72b0a7af3f4e698c177464bd149caac51
sha256: 603fe20834397b186660dcd0609b61c1b0385943a5157efb634e12fdaf599bca

build:
entry_points:
Expand All @@ -32,7 +32,7 @@ requirements:
- click >=8.1.7
- segyio >=1.9.3,<2.0.0
- zarr >=2.16.1,<3.0.0
- fsspec <2023.9.0
- fsspec >=2023.9.1

test:
imports:
Expand Down

0 comments on commit bef8a8f

Please sign in to comment.