From 6f54342570f722ca817945155c234d8d8a9b4acc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 24 Jan 2019 23:20:49 -0800 Subject: [PATCH] Release 0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d91f9c..1e029b3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "0.6.1" +VERSION = "0.7" def get_long_description():