Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Aug 22, 2023
1 parent 95b003a commit 486276c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snowdev_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
branches:
- main
paths:
- "snowdev/pyproject.toml"
- "pyproject.toml"
workflow_dispatch:
push:
branches:
- main
paths:
- "snowdev/pyproject.toml"
- "pyproject.toml"

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "snowdev"
version = "0.1.8"
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"
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 <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/kaarthik108/snowdev"
Expand Down

0 comments on commit 486276c

Please sign in to comment.