From c50efa8a26a97b550b6685ae5d0898c923ca9629 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 15 Dec 2023 22:59:51 -0800 Subject: [PATCH] Release 1.2 Refs #157 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85f96f0..bd606d5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.1" +VERSION = "1.2" def get_long_description():