diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 3d9f19a..92d5a5d 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.0dev0" %} +{% set version = "0.4.0dev1" %} {% set buildnumber = 0 %} package: diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index 5a7b2c3..7d8d060 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = '0.4.0dev0' +__version__ = '0.4.0dev1'