Release 3.26.1

Refs #429
This commit is contained in:
Simon Willison 2022-05-02 11:14:29 -07:00
commit edeec2e804
2 changed files with 20 additions and 2 deletions

View file

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