Skip to content

Commit 6f4543c

Browse files
committed
build: bump version to v1.2.0rc1
1 parent 59fff69 commit 6f4543c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp"
3-
version = "1.2.0.dev0"
3+
version = "1.2.0rc1"
44
description = "Model Context Protocol SDK"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -73,7 +73,7 @@ ignore = []
7373

7474
[tool.ruff]
7575
line-length = 88
76-
target-version = "py310"
76+
target-version = "1.2.0rc1"
7777

7878
[tool.ruff.lint.per-file-ignores]
7979
"__init__.py" = ["F401"]

0 commit comments

Comments
 (0)