From 75ad983a365a1d7c3a9c861a70788a66e87162d1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 30 Nov 2021 11:47:06 -0800 Subject: [PATCH] Release 0.7 Refs #36, #37, #38 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e996249..b1f74c7 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.6" +VERSION = "0.7" def get_long_description():