From 15922d2dfc7756d1cd724e294306aa70c80da362 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 4 Apr 2024 22:44:28 -0700 Subject: [PATCH] Release 0.16.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ae0325..3282445 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.16" +VERSION = "0.16.1" def get_long_description():