From fb2698086d766e0333a55bb73435e7283feeb438 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 10 Oct 2019 23:45:21 -0700 Subject: [PATCH] Release 0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d63801e..ebddaaf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.7" +VERSION = "0.8" def get_long_description():