From ab19c4c325fe705f4421ad1586e0cce61ba482b4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 20 Nov 2021 21:05:38 -0800 Subject: [PATCH] Release 0.4 Refs #12, #14, #16, #18, #20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11b923b..2f92801 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.3.1" +VERSION = "0.4" def get_long_description():