From 6c971064f6f4e6857bade5c6b88842f9cdeca9d9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 9 Apr 2020 21:39:26 -0700 Subject: [PATCH] Release 0.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e31517f..6248359 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.11.1" +VERSION = "0.12" def get_long_description():