From 4f849e7c058d975222dac2924881ee7fff67a02c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 8 Dec 2021 12:27:34 -0800 Subject: [PATCH] Release 0.6.1 Refs #30, #42, #43 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efb1377..5c30262 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.6" +VERSION = "0.6.1" def get_long_description():