Release 3.32.1

Refs #551, #552
This commit is contained in:
Simon Willison 2023-05-21 14:09:46 -07:00
commit 6fb32d27ae
3 changed files with 10 additions and 2 deletions

View file

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