diff --git a/sandbox/pyproject.toml b/sandbox/pyproject.toml index 7396ea5..029ae86 100644 --- a/sandbox/pyproject.toml +++ b/sandbox/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-server-plaid" -version = "0.0.1" +version = "0.1.0" description = "Model Context Protocol (MCP) server to build fast integration testing with Plaid Sandbox data." readme = "README.md" requires-python = ">=3.11" diff --git a/sandbox/src/mcp_server_plaid/server.py b/sandbox/src/mcp_server_plaid/server.py index 07e8dc0..3ea21af 100644 --- a/sandbox/src/mcp_server_plaid/server.py +++ b/sandbox/src/mcp_server_plaid/server.py @@ -29,7 +29,7 @@ logger = logging.getLogger("plaid-mcp-server") # Constants -__version__ = "0.0.1" +__version__ = "0.1.0" REQUEST_TIMEOUT = 30.0