mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Release 0.17 to fix issues with PyPI
See https://twitter.com/simonw/status/984862976447414272
This commit is contained in:
parent
b6539ff045
commit
fb988ace7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version_info__ = (0, 16)
|
||||
__version_info__ = (0, 17)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue