From 9f5288321599231ce62980580450fb18c992d0c3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 1 Feb 2020 14:05:22 -0800 Subject: [PATCH] Release 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ed8abc..4ca0720 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1.1" +VERSION = "0.1.2" def get_long_description():