From b16b560721567346fc2a96a6d1f491436598dd92 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Wed, 8 Apr 2026 14:15:16 -0700 Subject: [PATCH] bump version to 0.4.0dev4 --- conda-recipe-cf/meta.yaml | 2 +- mkl_umath/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 0cd79d5f..ca7dcd79 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.0dev3" %} +{% set version = "0.4.0dev4" %} {% set buildnumber = 0 %} package: diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index 2d0b9b4d..165668cc 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = "0.4.0dev3" +__version__ = "0.4.0dev4"