Skip to content

Commit 71d4f9f

Browse files
authored
Release Snowflake-ML-Python 1.1.1 (#74) (#75)
1 parent 72c6c24 commit 71d4f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/conda_recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
noarch: python
1818
package:
1919
name: snowflake-ml-python
20-
version: 1.1.0
20+
version: 1.1.1
2121
requirements:
2222
build:
2323
- python

snowflake/ml/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This is parsed by regex in conda reciper meta file. Make sure not to break it.
2-
VERSION = "1.1.0"
2+
VERSION = "1.1.1"

0 commit comments

Comments
 (0)