Skip to content

Commit f26fba4

Browse files
committed
chore: bump version to 0.3.0
1 parent 900eae6 commit f26fba4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Streamable HTTP (Starlette/uvicorn). Python, single package, stateless.
77

88
```
99
src/redmine_mcp/
10-
├── __init__.py # __version__ = "0.2.6"
10+
├── __init__.py # __version__ = "0.3.0"
1111
├── __main__.py # CLI entry point — argparse + uvicorn.run()
1212
├── server.py # Composition root: build_app(), build_mcp()
1313
├── client.py # RedmineClient — async httpx wrapper for Redmine API

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "redmine-mcp"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
description = "Stateless MCP server for Redmine. Each request carries the user's own API key. No database, no shared secret."
55
requires-python = ">=3.14"
66
readme = "README.md"

src/redmine_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.6"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)