From 955bbc9a8c536b37bcb5c3bdfc86708918e4881a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 14 Sep 2022 20:16:51 -0700 Subject: [PATCH] Release 0.16 Refs #90 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b5babe..cb911a8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.15.1" +VERSION = "0.16" def get_long_description():