Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Feb 12, 2017
1 parent fc1ef62 commit 893f2fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "xtensor-python" %}
{% set version = "0.3.0" %}
{% set sha256 = "a820ffd228f19810fa3be67211b282559e772b7c006d283e60b35cf8d529a519" %}
{% set version = "0.4.0" %}
{% set sha256 = "fea97cd420771bf12b2e17cf12431480173138380fc68066a2edfdd087f2d12c" %}

package:
name: {{ name|lower }}
Expand All @@ -12,11 +12,11 @@ source:
sha256: {{ sha256 }}

build:
number: 2
number: 0

requirements:
run:
- xtensor ==0.4.1
- xtensor ==0.5.0
- pybind11 ==2.0.1

test:
Expand Down

0 comments on commit 893f2fe

Please sign in to comment.