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