Release 3.39

Refs #688
This commit is contained in:
Simon Willison 2025-11-24 10:38:47 -08:00
commit 2026087a72

View file

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