We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c6c24 commit 71d4f9fCopy full SHA for 71d4f9f
ci/conda_recipe/meta.yaml
@@ -17,7 +17,7 @@ build:
17
noarch: python
18
package:
19
name: snowflake-ml-python
20
- version: 1.1.0
+ version: 1.1.1
21
requirements:
22
build:
23
- python
snowflake/ml/version.bzl
@@ -1,2 +1,2 @@
1
# This is parsed by regex in conda reciper meta file. Make sure not to break it.
2
-VERSION = "1.1.0"
+VERSION = "1.1.1"
0 commit comments