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 and metadata
|
||||||
__version__ = "2.4.0"
|
__version__ = "2.4.1"
|
||||||
__updated__ = "2025-06-08"
|
__updated__ = "2025-06-09"
|
||||||
__author__ = "Fahad Gilani"
|
__author__ = "Fahad Gilani"
|
||||||
|
|
||||||
# Model configuration
|
# Model configuration
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ class TestConfig:
|
|||||||
|
|
||||||
def test_version_info(self):
|
def test_version_info(self):
|
||||||
"""Test version information"""
|
"""Test version information"""
|
||||||
assert __version__ == "2.4.0"
|
assert __version__ == "2.4.1"
|
||||||
assert __author__ == "Fahad Gilani"
|
assert __author__ == "Fahad Gilani"
|
||||||
assert __updated__ == "2025-06-08"
|
assert __updated__ == "2025-06-09"
|
||||||
|
|
||||||
def test_model_config(self):
|
def test_model_config(self):
|
||||||
"""Test model configuration"""
|
"""Test model configuration"""
|
||||||
|
|||||||
Reference in New Issue
Block a user