Skip to content

Commit 2cf9824

Browse files
authored
Merge pull request #59 from IntelPython/update-version-after-change-to-rpath
Update version to 0.1.5
2 parents f3a09f9 + 3a1f993 commit 2cf9824

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda-recipe-cf/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.1.4" %}
1+
{% set version = "0.1.5" %}
22
{% set buildnumber = 0 %}
33

44
package:

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.1.4" %}
1+
{% set version = "0.1.5" %}
22
{% set buildnumber = 0 %}
33

44
package:

mkl_umath/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.4'
1+
__version__ = '0.1.5'

0 commit comments

Comments
 (0)