From f77560077682b544d8ffb3e2991fc34261ce1192 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Thu, 28 May 2026 18:58:07 -0700 Subject: [PATCH] bump to 0.4.2 --- 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 810c1d15..a1521ce2 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.1" %} +{% set version = "0.4.2" %} {% set buildnumber = 0 %} package: diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index 3d26edf7..df124332 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "0.4.2"