Skip to content

Commit 6de9dc6

Browse files
authored
Version change: Bumping down the version due to failed builds (#90)
* Update package.json: Bumping down the version due to failed builds * Update pyproject.toml: Bumping down the version due to failed builds
1 parent 14ccac0 commit 6de9dc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "paypal-agent-toolkit"
3-
version = "1.12.0"
3+
version = "1.8.0"
44
description = "A toolkit for agent interactions with PayPal API."
55
authors = [
66
{ name = "PayPal", email = "support@paypal.com" }

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paypal/agent-toolkit",
3-
"version": "1.12.0",
3+
"version": "1.8.0",
44
"description": "PayPal toolkit for AI agent workflows in typescript",
55
"scripts": {
66
"clean": "rm -rf dist ai-sdk mcp langchain openai bedrock",

0 commit comments

Comments
 (0)