Skip to content

Commit 8e44913

Browse files
authored
Change version from 0.1.0 to 0.0.0
1 parent 0b633ef commit 8e44913

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 = "mcpservertemplate"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = ""
55
readme = "README.md"
66
authors = [{ name = "narumi", email = "toucans-cutouts0f@icloud.com" }]
@@ -54,7 +54,7 @@ filterwarnings = ["ignore::DeprecationWarning"]
5454
ignore_missing_imports = true
5555

5656
[tool.bumpversion]
57-
current_version = "0.1.0"
57+
current_version = "0.0.0"
5858
tag = true
5959
commit = true
6060
pre_commit_hooks = ["uv lock", "git add uv.lock"]

0 commit comments

Comments
 (0)