diff --git a/.env.example b/.env.example index d2da291..d9e0080 100644 --- a/.env.example +++ b/.env.example @@ -315,7 +315,7 @@ ALERT_WEBHOOK_URL= # Basic server information SERVER_NAME=doris-mcp-server -SERVER_VERSION=0.5.1 +SERVER_VERSION=0.6.0 SERVER_PORT=3000 # Temporary files directory diff --git a/pyproject.toml b/pyproject.toml index 4623341..a54a707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ build-backend = "hatchling.build" [project] name = "doris-mcp-server" -version = "0.5.1" +version = "0.6.0" description = "Enterprise-grade Model Context Protocol (MCP) server implementation for Apache Doris" authors = [ {name = "Yijia Su", email = "freeoneplus@apache.org"}