From 7dd07385e6b8b704915843cce7d50b0a5575b7c9 Mon Sep 17 00:00:00 2001 From: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:06:45 -0800 Subject: [PATCH] Release Snowflake-ML-Python 1.1.1 (#74) --- ci/conda_recipe/meta.yaml | 2 +- snowflake/ml/version.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/conda_recipe/meta.yaml b/ci/conda_recipe/meta.yaml index cc5c1966..6aa16d66 100644 --- a/ci/conda_recipe/meta.yaml +++ b/ci/conda_recipe/meta.yaml @@ -17,7 +17,7 @@ build: noarch: python package: name: snowflake-ml-python - version: 1.1.0 + version: 1.1.1 requirements: build: - python diff --git a/snowflake/ml/version.bzl b/snowflake/ml/version.bzl index bac1a040..18c31510 100644 --- a/snowflake/ml/version.bzl +++ b/snowflake/ml/version.bzl @@ -1,2 +1,2 @@ # This is parsed by regex in conda reciper meta file. Make sure not to break it. -VERSION = "1.1.0" +VERSION = "1.1.1"