diff --git a/config.py b/config.py index 3ea5f0a..a51df64 100644 --- a/config.py +++ b/config.py @@ -4,7 +4,7 @@ Configuration and constants for Gemini MCP Server # Version and metadata __version__ = "2.8.0" -__updated__ = "2025-06-09" +__updated__ = "2025-09-09" __author__ = "Fahad Gilani" # Model configuration diff --git a/setup.py b/setup.py index cc32569..4df009f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if readme_path.exists(): setup( name="gemini-mcp-server", - version="2.7.0", + version="2.8.0", description="Model Context Protocol server for Google Gemini", long_description=long_description, long_description_content_type="text/markdown",