From 05a155e8c46cfa6f1fc164370b73cf5f047f4010 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 25 Oct 2023 17:47:27 -0700 Subject: [PATCH] Release 0.7 Refs #27 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7a9ef5..3ff57ea 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():