fix(version): standardize version string quotes in version.py

This commit is contained in:
2026-01-02 09:39:26 -06:00
parent fea9389a14
commit e23c5abdd9

View File

@@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build
share the same version string.
"""
__version__ = '3.3.0'
__version__ = "3.3.0"