From adf5c567f64bebaead29eb814469a25a90587d9a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 17 Jan 2022 18:11:03 -0800 Subject: [PATCH] Release 0.9 Refs #28, #40, #42, #48, #52, #54 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 615b546..fb59c32 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.8" +VERSION = "0.9" def get_long_description():