From 4568dc1ca077b2d427288de5fcf418f36dcc797b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 22 Jun 2023 20:26:40 -0700 Subject: [PATCH] Release 0.7 Refs #26, #27, #28, #29, #30 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 561ceb3..a0a48b9 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():