Skip to content

Commit 83c6601

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 85d4f3e commit 83c6601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build-backend = "setuptools.build_meta"
5151

5252
[project]
5353
name = "mcp-oauth-gateway"
54-
version = "1.0.1"
54+
version = "1.1.0"
5555
description = "OAuth 2.1 authorization server for Model Context Protocol (MCP) services"
5656
readme = "README.md"
5757
license = { text = "MIT" }

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# MCP OAuth Gateway
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)