From 95b003adbbe98499800e8f303719bbfba64c40ac Mon Sep 17 00:00:00 2001 From: kaarthik108 Date: Tue, 22 Aug 2023 19:20:39 +1200 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acd917a..924e0d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "snowdev" version = "0.1.8" -description = "snowdev is a Python package that allows you to deploy Snowflake UDFs, stored procedures, tasks, streamlit from your local environment using snowpark" +description = "snowdev: DevOps toolkit for Snowflake, facilitating seamless deployment of UDFs, stored procedures, and Streamlit apps using Snowpark's capabilities right from your local environment" authors = ["kaarthik "] readme = "README.md" homepage = "https://github.com/kaarthik108/snowdev"