From 36ce5a7734037a3ecfea3873d72d3fc2fb933670 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 13 Jun 2024 16:04:49 -0700 Subject: [PATCH] Release 0.18.2 Refs #48 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fc141a..e0fffb3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.18.1" +VERSION = "0.18.2" def get_long_description():