mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-26 08:03:59 -05:00
This reverts commit 4c00b1683f.
This commit is contained in:
@@ -79,8 +79,8 @@ def _set_version_info(version_from_interpreter: str):
|
||||
YYYY.MM.m(m).releaselevel
|
||||
Year, Month, and Minor should be integers; releaselevel can be any string
|
||||
"""
|
||||
global __version__ # noqa: PLW0603
|
||||
global version_info # noqa: PLW0603
|
||||
global __version__
|
||||
global version_info
|
||||
|
||||
__version__ = version_from_interpreter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user