From 303952483998d9b9f086f4d987add3a79d220fca Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 22 May 2022 07:22:50 -0700 Subject: [PATCH] Release 0.14.1 Refs #77 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef75c5c..c3433be 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.14" +VERSION = "0.14.1" def get_long_description():