Skip to content

Commit

Permalink
updated v0.7.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot authored Mar 12, 2024
1 parent 33b19bd commit 5fa3386
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,20 +1,20 @@
{% set name = "multidimio" %}
{% set version = "0.7.0" %}
{% set version = "0.7.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/multidimio-{{ version }}.tar.gz
sha256: 687a914240030747a811d1b09a3c2950931799cb50359f2a38dc6bece4dc03f2
sha256: 1c5cfabeb20cbb01f2a547a67bed6e5ecc560e167590ca9ca4dae851b5e875da

build:
entry_points:
- mdio = mdio.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 0

requirements:
host:
Expand Down

0 comments on commit 5fa3386

Please # to comment.