diff --git a/.github/workflows/conda-package-cf.yml b/.github/workflows/conda-package-cf.yml index 810873b..8849209 100644 --- a/.github/workflows/conda-package-cf.yml +++ b/.github/workflows/conda-package-cf.yml @@ -133,7 +133,7 @@ jobs: numpy: "2.3" - python: "3.13" numpy: "2.3" - continue-on-error: ${{ matrix.experimental }} + env: CHANNELS: -c conda-forge --override-channels @@ -206,7 +206,7 @@ jobs: numpy: "2.3" - python: "3.13" numpy: "2.3" - continue-on-error: ${{ matrix.experimental }} + env: CHANNELS: -c conda-forge --override-channels diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 626c011..2e45fe7 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.3.0" %} +{% set version = "1.4.0dev0" %} {% set buildnumber = 0 %} package: diff --git a/docs/source/conf.py b/docs/source/conf.py index f862850..5725476 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'mkl_random' copyright = '2017-2025, Intel Corp.' author = 'Intel Corp.' -release = '1.3.0' +release = '1.4.0dev0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/mkl_random/_version.py b/mkl_random/_version.py index 19b4f1d..09dc342 100644 --- a/mkl_random/_version.py +++ b/mkl_random/_version.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.4.0dev0'