Simon Willison 2023-06-25 18:31:22 -07:00
commit 9d38925cde
2 changed files with 10 additions and 1 deletions

View file

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