Release 2.10.1

Refs #116
This commit is contained in:
Simon Willison 2020-06-23 14:04:07 -07:00 committed by GitHub
commit 97246f9ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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