Skip to content

Commit 190e1e1

Browse files
committed
Bump version to 0.5.3 for PyPI release
1 parent b15d883 commit 190e1e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "autonomous-lab"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "MCP server that turns any Senior-Junior workflow into an autonomous loop with a human decision maker. Seamless integration with Cursor, Claude Code, Codex, and any MCP client."
55
readme = "README.md"
66
requires-python = ">=3.11"

src/autonomous_lab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Fork of mcp-feedback-enhanced with virtual lab extensions.
77
"""
88

9-
__version__ = "0.5.2"
9+
__version__ = "0.5.3"
1010
__author__ = "Albert Ying"
1111

1212
from .server import main as run_server

0 commit comments

Comments
 (0)