Releasing v0.16

This commit is contained in:
Simon Willison 2018-04-13 11:28:55 -07:00
commit b6539ff045
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 19 additions and 1 deletions

View file

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