Skip to content

Commit

Permalink
ci(monorepo): Updated versions to test CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzanecook committed Nov 21, 2023
1 parent 17052b5 commit 3d92494
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/client/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agent-protocol-client"
version = "1.0.0"
version = "1.0.1"
description = "Agent Communication Protocol Client"
authors = ["AI Engineers Foundation <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-protocol",
"version": "1.0.1",
"version": "1.0.2",
"description": "API for interacting with Agent",
"homepage": "https://agentprotocol.ai",
"license": "MIT",
Expand Down Expand Up @@ -55,4 +55,4 @@
"js-yaml": "^4.1.0",
"uuid": "^9.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agent_protocol"
version = "1.0.1"
version = "1.0.2"
description = "API for interacting with Agents that use the Agent Protocol"
authors = ["AI Engineers Foundation <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3d92494

Please sign in to comment.