From 2f5a2b044b35e6596098711c71b4ddc5a2ea9ee7 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 29 Jan 2026 09:52:14 -0600 Subject: [PATCH] Bump version to 0.4.0dev1 --- 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 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'