mirror of
https://github.com/simonw/datasette.git
synced 2026-06-02 15:16:59 +02:00
2 lines
78 B
Python
2 lines
78 B
Python
__version_info__ = (0, 19)
|
|
__version__ = '.'.join(map(str, __version_info__))
|