Release 3.1.1

Refs #209. Also updated copyright footer in documentation.
This commit is contained in:
Simon Willison 2021-01-01 15:56:20 -08:00
commit 0dca784dbe
3 changed files with 11 additions and 2 deletions

View file

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