We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea515a2 commit fc71c70Copy full SHA for fc71c70
conda-recipe-cf/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "1.3.0" %}
+{% set version = "1.3.1" %}
2
{% set buildnumber = 0 %}
3
4
package:
docs/source/conf.py
@@ -9,7 +9,7 @@
9
project = 'mkl_random'
10
copyright = '2017-2025, Intel Corp.'
11
author = 'Intel Corp.'
12
-release = '1.3.0'
+release = '1.3.1'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
mkl_random/_version.py
@@ -1 +1 @@
-__version__ = '1.3.0'
+__version__ = '1.3.1'
0 commit comments