Release 3.6

Refs #113, #236
This commit is contained in:
Simon Willison 2021-02-18 21:18:02 -08:00
commit 806c21044a
3 changed files with 12 additions and 2 deletions

View file

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