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 85d4f3e commit 83c6601Copy full SHA for 83c6601
pyproject.toml
@@ -51,7 +51,7 @@ build-backend = "setuptools.build_meta"
51
52
[project]
53
name = "mcp-oauth-gateway"
54
-version = "1.0.1"
+version = "1.1.0"
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.1"
+__version__ = "1.1.0"
0 commit comments