From be88ac243a3a17d505dc652c4e1577e1d402700a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 12 Mar 2022 11:10:11 -0800 Subject: [PATCH] Release 0.5 Refs #20, #23, #24, #25 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7356131..374f445 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.4" +VERSION = "0.5" def get_long_description():