From 6c532103e052ba91c7cf87a6bfc8f41d3236f84d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 12 Aug 2023 09:25:42 -0700 Subject: [PATCH] Release 0.7 Refs #115, #132, #136, #146, #151 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e09972..8a2ec6d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -VERSION = "0.6.1" +VERSION = "0.7" def get_long_description():