From 44ef963cd6efcd8ab35852f14889aa7230a8fc12 Mon Sep 17 00:00:00 2001 From: Haris <79357181+haris-musa@users.noreply.github.com> Date: Fri, 4 Apr 2025 01:21:39 -0700 Subject: [PATCH] Fix/version sync (#9) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 331fb06..3d14e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "excel-mcp-server" -version = "0.1.0" +version = "0.1.1" description = "MCP server for Excel file manipulation" readme = "README.md" requires-python = ">=3.10"