Correctected boneheaded typo
"exception " -> "except "
This commit is contained in:
@@ -2,5 +2,5 @@ from importlib.metadata import version
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
__version__ = version(__package__ or __name__)
|
__version__ = version(__package__ or __name__)
|
||||||
exception Exception:
|
except Exception:
|
||||||
__version__ = "0.0.0"
|
__version__ = "0.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user