Releasing 0.8.1 (just a better README)

This commit is contained in:
Simon Willison 2019-01-25 18:22:18 -08:00
commit 9a4d1ff0a2

View file

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