From a480af9e4c8c4b8286a4fd5da9263dcf87ad5c13 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 13 Apr 2023 18:20:01 -0700 Subject: [PATCH] Release 0.6 Refs #14, #15, #17 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57ac9a9..7a4061c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.5" +VERSION = "0.6" def get_long_description():