Skip to content

Commit 1168fa9

Browse files
committed
bump the version for release
1 parent 2fde172 commit 1168fa9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.2.10" %}
1+
{% set version = "1.2.11" %}
22
{% set buildnumber = 0 %}
33

44
package:

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.2.10" %}
1+
{% set version = "1.2.11" %}
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.2.10'
12+
release = '1.2.11'
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.2.10'
1+
__version__ = '1.2.11'

0 commit comments

Comments
 (0)