Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwasserman authored Dec 13, 2024
1 parent 0ee9823 commit 7fd0b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp_snowflake_server"
version = "0.0.1"
version = "0.0.2"
description = "A simple Snowflake MCP server"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -23,4 +23,4 @@ dev-dependencies = ["pyright>=1.1.389"]
mcp_snowflake_server = "mcp_snowflake_server:main"

[tool.hatch.build.targets.wheel]
packages = ["src/mcp_snowflake_server"]
packages = ["src/mcp_snowflake_server"]

0 comments on commit 7fd0b97

Please sign in to comment.