Releasing v0.14

This commit is contained in:
Simon Willison 2017-12-09 17:33:24 -08:00
commit 2edc652df6
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

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