mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
6 lines
143 B
Python
6 lines
143 B
Python
from ._version import get_versions
|
|
|
|
__version__ = get_versions()['version']
|
|
del get_versions
|
|
|
|
__version_info__ = tuple(__version__.split("."))
|