Skip to content

Commit 17a9441

Browse files
committed
chore: update versioning strategy in pyproject.toml to use dynamic versioning
1 parent 4ca735d commit 17a9441

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "web3-mcp"
3-
version = "0.1.0"
3+
dynamic = ["version"]
44
description = "FastMCP server wrapping Ankr Advanced API"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -51,3 +51,6 @@ asyncio_default_fixture_loop_scope = "session"
5151
dev = [
5252
"pytest-asyncio>=0.26.0",
5353
]
54+
55+
[tool.hatch.version]
56+
path = "src/web3_mcp/__version__.py"

0 commit comments

Comments
 (0)