Skip to content

Commit 7eb3db9

Browse files
chore: version bump to v1.7.0 [skip ci]
1 parent 392ff50 commit 7eb3db9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modelcontextprotocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paypal/mcp",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "A command line tool for setting up PayPal MCP server",
55
"bin": "dist/index.js",
66
"files": [

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.6.0"
3+
version = "1.7.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.6.0",
3+
"version": "1.7.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)