From 68ab5c24074f9d2de6379ccd8add09480f285881 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 31 Oct 2023 21:22:50 -0700 Subject: [PATCH] Release 0.11.1 Refs #317 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cb3893..5f65eba 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -VERSION = "0.11" +VERSION = "0.11.1" def get_long_description():