Skip to content

Commit 0a9f3a8

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 34654e1 commit 0a9f3a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Configurable storage backends (Memory, Redis, Vault)
1919
- Docker multi-platform support
2020
- Comprehensive test suite
21-
- GitHub Actions CI/CD pipeline
21+
- GitHub Actions CI/CD pipeline

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 = "1.0.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__ = "0.1.0"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)