From 081778d6aa7e2db1343631eeac9efc1975606398 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 6 Dec 2021 22:56:47 -0800 Subject: [PATCH] Release 0.8 Refs #42, #43, #44 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1f74c7..615b546 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.7" +VERSION = "0.8" def get_long_description():