Skip to content

Commit

Permalink
add: new version to fix some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceGin committed Aug 11, 2017
1 parent 053d133 commit 584f2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6"
__version__ = "1.1.7"
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.6',
version='1.1.7',

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 584f2b4

Please sign in to comment.