mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
2 lines
78 B
Python
2 lines
78 B
Python
__version_info__ = (0, 12)
|
|
__version__ = '.'.join(map(str, __version_info__))
|