Release 2.18

Refs #145. #155
This commit is contained in:
Simon Willison 2020-09-08 16:37:28 -07:00
commit 6be6126364
2 changed files with 11 additions and 1 deletions

View file

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