From 8f386a0d300d1b1c76132bb75972b755049fb742 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 18 Nov 2021 23:27:41 -0800 Subject: [PATCH] Release 3.19a0 Refs #342 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 214769704..820c8715e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import io import os -VERSION = "3.18" +VERSION = "3.19a0" def get_long_description():