From 95680bb23f8c9135f08df7a00a2aed6f9ed9265f Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Thu, 8 May 2025 21:29:53 -0700 Subject: [PATCH] release: v0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffa0080..7588e48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcpauth" -version = "0.1.0-beta.1" +version = "0.1.0" description = "Plug-and-play auth for Python MCP servers." authors = [{ name = "Silverhand Inc.", email = "contact@silverhand.io" }] readme = "README.md"