We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b633ef commit 8e44913Copy full SHA for 8e44913
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcpservertemplate"
3
-version = "0.1.0"
+version = "0.0.0"
4
description = ""
5
readme = "README.md"
6
authors = [{ name = "narumi", email = "toucans-cutouts0f@icloud.com" }]
@@ -54,7 +54,7 @@ filterwarnings = ["ignore::DeprecationWarning"]
54
ignore_missing_imports = true
55
56
[tool.bumpversion]
57
-current_version = "0.1.0"
+current_version = "0.0.0"
58
tag = true
59
commit = true
60
pre_commit_hooks = ["uv lock", "git add uv.lock"]
0 commit comments