From 4890ec87b5e2ec48940f32c9ad1f5aae25c75a4d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 17 Oct 2020 16:01:38 -0700 Subject: [PATCH] Release 0.9 Refs #16, #28 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02d6b63..4a3100d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.9a0" +VERSION = "0.9" def get_long_description():