Release: Bump version to 0.1.4 (#47)

This commit is contained in:
Haris
2025-06-10 23:12:36 +05:00
committed by GitHub
parent 8cdd96a3f1
commit 89ea163656
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "excel-mcp-server" name = "excel-mcp-server"
version = "0.1.3" version = "0.1.4"
description = "Excel MCP Server for manipulating Excel files" description = "Excel MCP Server for manipulating Excel files"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

View File

@ -61,7 +61,7 @@ logger = logging.getLogger("excel-mcp")
# Initialize FastMCP server # Initialize FastMCP server
mcp = FastMCP( mcp = FastMCP(
"excel-mcp", "excel-mcp",
version="0.1.3", version="0.1.4",
description="Excel MCP Server for manipulating Excel files", description="Excel MCP Server for manipulating Excel files",
dependencies=["openpyxl>=3.1.2"], dependencies=["openpyxl>=3.1.2"],
env_vars={ env_vars={