From 9e4b16133f23ad1017841e3c0ec0b35dce70f93f Mon Sep 17 00:00:00 2001 From: LanceGin Date: Thu, 11 Jul 2019 16:00:04 +0800 Subject: [PATCH] add: new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34b676c..e0c5b04 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.1.7', + version='1.1.8', description='A development tool for grabbing the dominant color or representative color palette from an image.', long_description='Haishoku is a development tool for grabbing the dominant color or representative color palette from an image, it depends on Python3 and Pillow.',