File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 ]
88name = " 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " python-a2a"
7- version = " 0.5.8 "
7+ version = " 0.5.9 "
88description = " A comprehensive Python library for Google's Agent-to-Agent (A2A) protocol"
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 44A 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
1010import sys
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "python-a2a" ,
18- version = "0.5.8 " ,
18+ version = "0.5.9 " ,
1919 author = "Manoj Desai" ,
20202121 description = "A comprehensive Python library for Google's Agent-to-Agent (A2A) protocol" ,
You can’t perform that action at this time.
0 commit comments