Release 3.25.1

Refs #413
This commit is contained in:
Simon Willison 2022-03-11 10:08:20 -08:00 committed by GitHub
commit 40b76f6f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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