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 782c890 commit e545724Copy full SHA for e545724
conda-recipe-cf/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "1.3.0dev0" %}
+{% set version = "1.3.0" %}
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.0dev0'
+release = '1.3.0'
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.0dev0'
+__version__ = '1.3.0'
0 commit comments