datasette/datasette/version.py
Simon Willison fa5fc327ad Release 0.60.2
Refs #1632
2022-02-07 15:34:01 -08:00

2 lines
72 B
Python

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