Releasing 0.11

This commit is contained in:
Simon Willison 2019-02-07 21:22:13 -08:00
commit 6acfd456b0
3 changed files with 14 additions and 1 deletions

View file

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