Release 2.7.1, refs #102 #104 #105

This commit is contained in:
Simon Willison 2020-05-01 15:08:37 -07:00
commit b4d953d3cc
3 changed files with 16 additions and 5 deletions

View file

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