From f896c8782575176af87f30026aa32477778c6deb Mon Sep 17 00:00:00 2001 From: Vahid Tavanashad Date: Thu, 22 May 2025 06:53:20 -0700 Subject: [PATCH] bump the version for release --- conda-recipe-cf/meta.yaml | 2 +- conda-recipe/meta.yaml | 2 +- docs/source/conf.py | 2 +- mkl_random/_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 00bc9b1..108bd37 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.10" %} +{% set version = "1.2.11" %} {% set buildnumber = 0 %} package: diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 00b41f1..ff04c92 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.10" %} +{% set version = "1.2.11" %} {% set buildnumber = 0 %} package: diff --git a/docs/source/conf.py b/docs/source/conf.py index d2aca16..2d9489d 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.2.10' +release = '1.2.11' # -- 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 c7ac77f..a8102c1 100644 --- a/mkl_random/_version.py +++ b/mkl_random/_version.py @@ -1 +1 @@ -__version__ = '1.2.10' +__version__ = '1.2.11'