snowflake-cli-labs 3.2.0__tar.gz → 3.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {snowflake_cli_labs-3.2.0 → snowflake_cli_labs-3.2.1}/PKG-INFO +2 -2
- {snowflake_cli_labs-3.2.0 → snowflake_cli_labs-3.2.1}/pyproject.toml +1 -1
- {snowflake_cli_labs-3.2.0 → snowflake_cli_labs-3.2.1}/.gitignore +0 -0
- {snowflake_cli_labs-3.2.0 → snowflake_cli_labs-3.2.1}/LICENSE +0 -0
- {snowflake_cli_labs-3.2.0 → snowflake_cli_labs-3.2.1}/README.md +0 -0
- {snowflake_cli_labs-3.2.0 → snowflake_cli_labs-3.2.1}/RELEASE-NOTES.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: snowflake-cli-labs
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.1
|
|
4
4
|
Summary: Snowflake CLI
|
|
5
5
|
Project-URL: Source code, https://github.com/snowflakedb/snowflake-cli
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/snowflakedb/snowflake-cli/issues
|
|
@@ -208,7 +208,7 @@ License: Apache License
|
|
|
208
208
|
limitations under the License.
|
|
209
209
|
Classifier: Development Status :: 7 - Inactive
|
|
210
210
|
Requires-Python: >=3.10
|
|
211
|
-
Requires-Dist: snowflake-cli==3.2.
|
|
211
|
+
Requires-Dist: snowflake-cli==3.2.1
|
|
212
212
|
Description-Content-Type: text/markdown
|
|
213
213
|
|
|
214
214
|
<!--
|
|
@@ -24,7 +24,7 @@ dynamic = ["version"]
|
|
|
24
24
|
requires-python = ">=3.10"
|
|
25
25
|
description = "Snowflake CLI"
|
|
26
26
|
readme = "README.md"
|
|
27
|
-
dependencies = ["snowflake-cli==3.2.
|
|
27
|
+
dependencies = ["snowflake-cli==3.2.1"]
|
|
28
28
|
classifiers = ["Development Status :: 7 - Inactive"]
|
|
29
29
|
|
|
30
30
|
[project.urls]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|