From df533e98019fc53fe29b74fa0b25cd8497ba1d7b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 4 Feb 2020 22:18:19 -0800 Subject: [PATCH] Release 0.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89440bc..41baa8d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.5" +VERSION = "0.5.1" def get_long_description():