mirror of
https://github.com/simonw/datasette.git
synced 2026-06-04 08:07:01 +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("."))
|