From d0e32406a6104acab8bcd52115976ab6f3f41142 Mon Sep 17 00:00:00 2001 From: Jordan Harlow <109105754+jharlow-intel@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:14:30 -0600 Subject: [PATCH 1/2] fix: version --- mkl_umath/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index bb26548..86c8508 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = '0.3.0dev0' +__version__ = '0.3.0dev1' From 94559dd09b199b758323943e4c23820a3ef8a790 Mon Sep 17 00:00:00 2001 From: Jordan Harlow <109105754+jharlow-intel@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:00:36 -0600 Subject: [PATCH 2/2] fix: public CI version --- conda-recipe-cf/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 50fbc67..88db762 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.3.0dev0" %} +{% set version = "0.3.0dev1" %} {% set buildnumber = 0 %} package: