Skip to content

Commit f738081

Browse files
chore: bump version to 0.1.0-rc.1 [skip ci]
1 parent ed850dc commit f738081

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 = "0.1.0"
54+
version = "0.1.0-rc.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__ = "0.1.0"
3+
__version__ = "0.1.0-rc.1"

0 commit comments

Comments
 (0)