From 26e2205f6745b8a22b627d7bd3a8123b63e3a737 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Fri, 11 Oct 2024 08:31:20 -0500 Subject: [PATCH] 1.2.7->1.2.8 version bump --- conda-recipe-cf/meta.yaml | 2 +- conda-recipe/meta.yaml | 2 +- mkl_random/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index e9c32cd..f42a91f 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.7" %} +{% set version = "1.2.8" %} {% set buildnumber = 0 %} package: diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 441e3cd..e23bf0e 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.7" %} +{% set version = "1.2.8" %} {% set buildnumber = 0 %} package: diff --git a/mkl_random/_version.py b/mkl_random/_version.py index af391e6..6a3fa6e 100644 --- a/mkl_random/_version.py +++ b/mkl_random/_version.py @@ -1 +1 @@ -__version__ = '1.2.7' +__version__ = '1.2.8'