fix(version): standardize version string quotes in version.py
This commit is contained in:
@@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build
|
|||||||
share the same version string.
|
share the same version string.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '3.3.0'
|
__version__ = "3.3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user