Release 3.30

Refs #480, #483, #485, #495, #500, #502, #504
This commit is contained in:
Simon Willison 2022-10-25 15:21:34 -07:00
commit 0d45ee1102
3 changed files with 18 additions and 1 deletions

View file

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