mirror of
https://github.com/simonw/datasette.git
synced 2026-05-31 14:16:59 +02: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("."))
|