Skip to content

Commit

Permalink
add: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceGin committed Jul 19, 2017
1 parent 5a0ea90 commit 201eb7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/document_zh.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion haishoku/__init__.py
@@ -1,3 +1,3 @@
# haishoki means blendent in Japanese, it will return the design works' palette.

__version__ = "1.1.3"
__version__ = "1.1.4"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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.',
Expand Down

0 comments on commit 201eb7d

Please sign in to comment.