Skip to content

Commit b5ee9de

Browse files
authored
Merge pull request #22 from plaid/noitsnotit-patch-2
Update the version
2 parents 85b4df1 + 116df55 commit b5ee9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sandbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-server-plaid"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
description = "Model Context Protocol (MCP) server to build fast integration testing with Plaid Sandbox data."
99
readme = "README.md"
1010
requires-python = ">=3.11"

sandbox/src/mcp_server_plaid/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
logger = logging.getLogger("plaid-mcp-server")
3030

3131
# Constants
32-
__version__ = "0.0.1"
32+
__version__ = "0.1.0"
3333
REQUEST_TIMEOUT = 30.0
3434

3535

0 commit comments

Comments
 (0)