mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
e6ca885883
commit
228bce83a3
5 changed files with 9 additions and 2 deletions
2
datasette/version.py
Normal file
2
datasette/version.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
__version_info__ = (0, 12)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
Loading…
Add table
Add a link
Reference in a new issue