From 509640ab2e7805b9c3bf5c1f8131b29d9cf03fd6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 25 Jul 2021 11:36:56 -0700 Subject: [PATCH] Release 0.10 Refs #47 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fc5bcc..36217c1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.9.3" +VERSION = "0.10" def get_long_description():