chore: bump version to 2.4.1
- Update version from 2.4.0 to 2.4.1 - Update date to 2025-06-09 - Update tests to match new version This release fixes the output token truncation issue (#1) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user