Skip to content

Commit 9d2f86f

Browse files
author
semantic-release
committed
1.0.1
Automatically generated by python-semantic-release
1 parent 0e88fd2 commit 9d2f86f

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.0"
54+
version = "1.0.1"
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.0"
3+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)