Release 3.25

Refs #343, #408
This commit is contained in:
Simon Willison 2022-03-01 22:34:34 -08:00
commit b2b04aec01
2 changed files with 11 additions and 1 deletions

View file

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