Release 0.17 to fix issues with PyPI

See https://twitter.com/simonw/status/984862976447414272
This commit is contained in:
Simon Willison 2018-04-13 12:04:33 -07:00
commit fb988ace7c
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -1,2 +1,2 @@
__version_info__ = (0, 16)
__version_info__ = (0, 17)
__version__ = '.'.join(map(str, __version_info__))