Release 3.19a0

Refs #342
This commit is contained in:
Simon Willison 2021-11-18 23:27:41 -08:00 committed by GitHub
commit 8f386a0d30
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.18"
VERSION = "3.19a0"
def get_long_description():