Skip to content

Commit fb988ac

Browse files
committed
Release 0.17 to fix issues with PyPI
See https://twitter.com/simonw/status/984862976447414272
1 parent b6539ff commit fb988ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasette/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 16)
1+
__version_info__ = (0, 17)
22
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)