4 lines
74 B
Python
4 lines
74 B
Python
|
|
from importlib import metadata
|
||
|
|
|
||
|
|
__version__ = metadata.version("skyvern")
|