From d75f423b6fcfc074b7c6f8f7679da8876f181edd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 13 Nov 2017 14:00:39 -0800 Subject: [PATCH] Release 0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13a4bf2b..ef1052db 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='datasette', description='An instant JSON API for your SQLite databases', author='Simon Willison', - version='0.8', + version='0.9', license='Apache License, Version 2.0', url='https://github.com/simonw/datasette', packages=find_packages(),