Release 0.3.1 to publish updated README to PyPI

This commit is contained in:
Simon Willison 2018-07-31 08:39:43 -07:00
commit f5418e13f2

View file

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