From ba709553c5fc264cf055cf37f3ba21a96de48f83 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 17 Oct 2019 10:57:33 -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 b86a8f5..7c8933c 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():