diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index f42a91f..fbe587d 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.8" %} +{% set version = "1.2.10" %} {% set buildnumber = 0 %} package: diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e23bf0e..3282337 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.8" %} +{% set version = "1.2.10" %} {% set buildnumber = 0 %} package: diff --git a/docs/source/conf.py b/docs/source/conf.py index 22b0736..d2aca16 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,9 +7,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'mkl_random' -copyright = '2017-2024, Intel Corp.' +copyright = '2017-2025, Intel Corp.' author = 'Intel Corp.' -release = '1.2.7' +release = '1.2.10' # -- 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 6a3fa6e..c7ac77f 100644 --- a/mkl_random/_version.py +++ b/mkl_random/_version.py @@ -1 +1 @@ -__version__ = '1.2.8' +__version__ = '1.2.10'