fix(version): correct version string formatting in version.py

This commit is contained in:
2026-01-01 16:19:31 -06:00
parent eb8421083f
commit 73db65b12c

View File

@@ -1,5 +1,6 @@
"""Auto-generated helper so Python tooling and the Electron build
"""
Auto-generated helper so Python tooling and the Electron build
share the same version string.
"""
__version__ = "2.50.0"
__version__ = '2.50.0'