From f4212b8666be1b1c48da2eb9d8b48cdd5f828ebf Mon Sep 17 00:00:00 2001 From: nblog <503407184@qq.com> Date: Wed, 12 Nov 2025 15:30:31 +0800 Subject: [PATCH] feat: update project version to 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45e340a..770d69b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ghydramcp" -version = "0.1.0" +version = "2.0.0" description = "AI-assisted reverse engineering bridge: a multi-instance Ghidra plugin exposed via a HATEOAS REST API plus an MCP Python bridge for decompilation, analysis & binary manipulation" readme = "README.md" requires-python = ">=3.11"