Skip to content

Commit

Permalink
Version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Cairns committed Jan 4, 2019
1 parent 4b193bd commit fee20c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extcolors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main():
parser.add_argument(
"--version",
action="version",
version="%(prog)s 0.1.0"
version="%(prog)s 0.1.2"
)
parser.add_argument(
"image",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="extcolors",
version="0.1.1",
version="0.1.2",
description="Extract colors from an image. "
"Colors are grouped based on visual similarities using the CIE76 formula.",
long_description=open("README.rst").read(),
Expand Down

0 comments on commit fee20c8

Please sign in to comment.