Skip to content

Commit 61d97d2

Browse files
Bump version to 1.4.0dev0
2 parents dbd0239 + 3363cf2 commit 61d97d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
numpy: "2.3"
134134
- python: "3.13"
135135
numpy: "2.3"
136-
continue-on-error: ${{ matrix.experimental }}
136+
137137
env:
138138
CHANNELS: -c conda-forge --override-channels
139139

@@ -206,7 +206,7 @@ jobs:
206206
numpy: "2.3"
207207
- python: "3.13"
208208
numpy: "2.3"
209-
continue-on-error: ${{ matrix.experimental }}
209+
210210
env:
211211
CHANNELS: -c conda-forge --override-channels
212212

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.3.0" %}
1+
{% set version = "1.4.0dev0" %}
22
{% set buildnumber = 0 %}
33

44
package:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'mkl_random'
1010
copyright = '2017-2025, Intel Corp.'
1111
author = 'Intel Corp.'
12-
release = '1.3.0'
12+
release = '1.4.0dev0'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

mkl_random/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.0'
1+
__version__ = '1.4.0dev0'

0 commit comments

Comments
 (0)