Skip to content

Commit 0fbf024

Browse files
committed
Bumping to 0.5.9
1 parent e169c24 commit 0fbf024

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.uv/UVManifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# This file enables reproducible builds with UV
33

44
[manifest]
5-
version = "0.5.8" # UVManifest version
5+
version = "0.5.9" # UVManifest version
66

77
[project]
88
name = "python-a2a"
9-
version = "0.5.8" # Updated version
9+
version = "0.5.9" # Updated version
1010

1111
[python]
1212
# List of Python versions supported by the project

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-a2a"
7-
version = "0.5.8"
7+
version = "0.5.9"
88
description = "A comprehensive Python library for Google's Agent-to-Agent (A2A) protocol"
99
readme = "README.md"
1010
requires-python = ">=3.9"

python_a2a/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A Python library for implementing Google's Agent-to-Agent (A2A) protocol.
55
"""
66

7-
__version__ = "0.5.8"
7+
__version__ = "0.5.9"
88

99
# Setup feature flags
1010
import sys

setup.py

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

1616
setup(
1717
name="python-a2a",
18-
version="0.5.8",
18+
version="0.5.9",
1919
author="Manoj Desai",
2020
author_email="[email protected]",
2121
description="A comprehensive Python library for Google's Agent-to-Agent (A2A) protocol",

0 commit comments

Comments
 (0)