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 0e88fd2 commit 9d2f86fCopy full SHA for 9d2f86f
pyproject.toml
@@ -51,7 +51,7 @@ build-backend = "setuptools.build_meta"
51
52
[project]
53
name = "mcp-oauth-gateway"
54
-version = "1.0.0"
+version = "1.0.1"
55
description = "OAuth 2.1 authorization server for Model Context Protocol (MCP) services"
56
readme = "README.md"
57
license = { text = "MIT" }
src/__init__.py
@@ -1,3 +1,3 @@
1
# MCP OAuth Gateway
2
3
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments