| """ | |
| Version information for ChatCal Voice-Enabled AI Assistant | |
| """ | |
| __version__ = "0.8.5" | |
| __build_date__ = "2025-08-25T04:00:00" | |
| __description__ = "VoiceCal - Voice-Enabled AI Scheduling Assistant with syntax error fix for WebSocket retry logic" | |
| def get_version_info(): | |
| """Get detailed version information""" | |
| return { | |
| "version": __version__, | |
| "build_date": __build_date__, | |
| "description": __description__, | |
| "status": "running" | |
| } |