From 201eb7d9bf9aae7e357fd2b8392fbeacabe532d6 Mon Sep 17 00:00:00 2001 From: lancegin Date: Wed, 19 Jul 2017 14:42:13 +0800 Subject: [PATCH] add: new version --- README.md | 2 +- docs/document_zh.md | 2 +- haishoku/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb8449b..f2afb21 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Haishoku is a development tool for grabbing the dominant color or representative 2. Grab the representative `color palette` from a image. -3. From `v1.1.3`, Haishoku could load a image from remote url. +3. From `v1.1.4`, Haishoku could load a image from remote url. ### Demo ![demo](http://orhcxc3kd.bkt.clouddn.com/haishoku-1.1.3.png) diff --git a/docs/document_zh.md b/docs/document_zh.md index 07afdb3..4f51d63 100644 --- a/docs/document_zh.md +++ b/docs/document_zh.md @@ -10,7 +10,7 @@ Haishoku 是一个用来获取图片主色调和主要配色方案的python库 2. 获取图片的 `配色方案` -3. 从`v1.1.3`版本开始,可以直接从网络url生成Haishoku对象 +3. 从`v1.1.4`版本开始,可以直接从网络url生成Haishoku对象 ### 示例 ![demo](http://orhcxc3kd.bkt.clouddn.com/haishoku-1.1.3.png) diff --git a/haishoku/__init__.py b/haishoku/__init__.py index fa3ff56..31d035e 100644 --- a/haishoku/__init__.py +++ b/haishoku/__init__.py @@ -1,3 +1,3 @@ # haishoki means blendent in Japanese, it will return the design works' palette. -__version__ = "1.1.3" \ No newline at end of file +__version__ = "1.1.4" \ No newline at end of file diff --git a/setup.py b/setup.py index 8fe8fa6..434eb05 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.3', + version='1.1.4', 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.',