diff --git a/config.py b/config.py index 4ec7009..bd13be8 100644 --- a/config.py +++ b/config.py @@ -3,8 +3,8 @@ Configuration and constants for Gemini MCP Server """ # Version and metadata -__version__ = "2.4.0" -__updated__ = "2025-06-08" +__version__ = "2.4.1" +__updated__ = "2025-06-09" __author__ = "Fahad Gilani" # Model configuration diff --git a/tests/test_config.py b/tests/test_config.py index fbcaa16..25c633f 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -13,9 +13,9 @@ class TestConfig: def test_version_info(self): """Test version information""" - assert __version__ == "2.4.0" + assert __version__ == "2.4.1" assert __author__ == "Fahad Gilani" - assert __updated__ == "2025-06-08" + assert __updated__ == "2025-06-09" def test_model_config(self): """Test model configuration"""