datasette/datasette/version.py
Simon Willison 8da5208561 Release 0.60.1
Refs #1609
2022-01-20 18:08:20 -08:00

2 lines
72 B
Python

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