We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca735d commit 17a9441Copy full SHA for 17a9441
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "web3-mcp"
3
-version = "0.1.0"
+dynamic = ["version"]
4
description = "FastMCP server wrapping Ankr Advanced API"
5
readme = "README.md"
6
requires-python = ">=3.12"
@@ -51,3 +51,6 @@ asyncio_default_fixture_loop_scope = "session"
51
dev = [
52
"pytest-asyncio>=0.26.0",
53
]
54
+
55
+[tool.hatch.version]
56
+path = "src/web3_mcp/__version__.py"
0 commit comments