diff --git a/.a2a/agent.dsl.json b/.a2a/agent.dsl.json index eac1b46..8eab868 100644 --- a/.a2a/agent.dsl.json +++ b/.a2a/agent.dsl.json @@ -134,7 +134,7 @@ "source": "python-a2a-pack", "project_manifest": { "name": "robertseares", - "version": "0.1.1", + "version": "0.1.2", "entrypoint": "agent:Robertseares", "frontend": { "type": "server-rendered", diff --git a/a2a.yaml b/a2a.yaml index bfa819a..17f9714 100644 --- a/a2a.yaml +++ b/a2a.yaml @@ -2,7 +2,7 @@ # secrets, workspace, etc.) lives on the Python class — this file only # tells the CLI how to find it. name: robertseares -version: 0.1.1 +version: 0.1.2 entrypoint: agent:Robertseares expose: public: true