Started a changelog, releasing 0.6

This commit is contained in:
Simon Willison 2018-08-12 17:46:22 -07:00
commit 594b25ef9f
4 changed files with 32 additions and 1 deletions

View file

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