We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85b4df1 + 116df55 commit b5ee9deCopy full SHA for b5ee9de
sandbox/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "mcp-server-plaid"
7
-version = "0.0.1"
+version = "0.1.0"
8
description = "Model Context Protocol (MCP) server to build fast integration testing with Plaid Sandbox data."
9
readme = "README.md"
10
requires-python = ">=3.11"
sandbox/src/mcp_server_plaid/server.py
@@ -29,7 +29,7 @@
29
logger = logging.getLogger("plaid-mcp-server")
30
31
# Constants
32
-__version__ = "0.0.1"
+__version__ = "0.1.0"
33
REQUEST_TIMEOUT = 30.0
34
35
0 commit comments