Release 1.11

This commit is contained in:
Simon Willison 2019-09-02 17:58:41 -07:00
commit d5e1f8ac77
3 changed files with 16 additions and 1 deletions

View file

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