chore: Bump version from 4.1.0 to 4.1.1

Co-authored-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
Co-authored-by: Prashant R <rprashanth681@gmail.com>
This commit is contained in:
google-labs-jules[bot]
2025-09-16 01:32:49 +00:00
parent fefe928ea2
commit e7b8a7d06e
21 changed files with 33 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ from pathlib import Path
try:
__version__ = (Path(__file__).parent.parent.parent / "VERSION").read_text().strip()
except Exception:
__version__ = "4.1.0" # Fallback
__version__ = "4.1.1" # Fallback
def get_command_info():