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