Release 0.7

This commit is contained in:
Simon Willison 2019-01-24 23:20:49 -08:00
commit 6f54342570

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "0.6.1"
VERSION = "0.7"
def get_long_description():