From 6727a7a3002b232cc6810f935db83aa31f65d803 Mon Sep 17 00:00:00 2001 From: Simon Willison <swillison@gmail.com> Date: Thu, 11 Nov 2021 18:50:23 -0800 Subject: [PATCH] Release 0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 710f95a..104b99d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.2" +VERSION = "0.2.1" def get_long_description():