Skip to content

Commit 02df9d4

Browse files
chore: Bump version to 1.5.5 in __init__.py and pyproject.toml
1 parent 8558cdb commit 02df9d4

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 = "adk-agui-middleware"
3-
version = "1.5.2"
3+
version = "1.5.5"
44
description = "Python middleware bridging Google ADK agents with AGUI protocol via Server-Sent Events for real-time agent interactions"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/adk_agui_middleware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__author__ = "Denny Lee"
1818
__email__ = "denny_lee@trendmicro.com"
19-
__version__ = "1.5.2"
19+
__version__ = "1.5.5"
2020

2121
__all__ = [
2222
"SSEService",

0 commit comments

Comments
 (0)