Release 3.35.1

Refs #592
This commit is contained in:
Simon Willison 2023-09-08 17:45:14 -07:00
commit cb034621fd

View file

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