Release 2.10

Refs #115
This commit is contained in:
Simon Willison 2020-06-12 10:43:45 -07:00
commit 4d9a320436
3 changed files with 9 additions and 2 deletions

View file

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