This commit is contained in:
David Soria Parra
2024-11-18 17:09:48 +00:00
parent 15616ef0c8
commit 9c79527917
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "mcp"
version = "0.8.0"
version = "0.9.0.dev0"
description = "Model Context Protocol implementation for Python"
readme = "README.md"
requires-python = ">=3.10"

2
uv.lock generated
View File

@@ -171,7 +171,7 @@ wheels = [
[[package]]
name = "mcp"
version = "0.8.0.dev0"
version = "0.9.0.dev0"
source = { editable = "." }
dependencies = [
{ name = "anyio" },