datasette/datasette/version.py
2021-01-25 09:33:29 -08:00

2 lines
70 B
Python

__version__ = "0.54"
__version_info__ = tuple(__version__.split("."))