From d58f4466ac4fd16f4adc430ab1988ac6508cf3b1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 11 Nov 2021 23:29:39 -0800 Subject: [PATCH] Release 0.3.1 Refs #10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1177c2c..2f5cc56 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.3" +VERSION = "0.3.1" def get_long_description():