From 3eca3a07afe35807c3afa617845c22f65d5ee7ad Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 1 May 2022 15:33:02 -0700 Subject: [PATCH] Release 0.11 Refs #47, #67, #69 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a77b3ce..11026b2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.10" +VERSION = "0.11" def get_long_description():