Releasing v0.18 - support for units!

Refs #203
This commit is contained in:
Simon Willison 2018-04-14 08:36:10 -07:00
commit 43ae15c0d1
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 51 additions and 1 deletions

View file

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