From 65f6ab5ba94fe2b13375121f84b1acdcf7f70462 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 5 Jun 2020 17:13:29 -0700 Subject: [PATCH] Release 0.5.1 Refs #10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c314c0d..ad5fa60 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():