From 264243b7da9c1997e0d4f97dffe07bd5c468807c Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 26 Nov 2018 08:09:37 -0600 Subject: [PATCH] Update version to 1.3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa5df58..e6a5c95 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except ImportError: from distutils.core import setup, Extension -VERSION = "1.3.8" +VERSION = "1.3.9" SUMMARY = "High quality drawing interface for PIL."