Added .schema property, improved docs, release 0.3

This commit is contained in:
Simon Willison 2018-07-31 08:33:52 -07:00
commit e888bb122d
3 changed files with 93 additions and 6 deletions

View file

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