From: vunhat_minh Date: Fri, 20 Jun 2014 05:58:21 +0000 (+0900) Subject: delete cmts X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=d72a58693b3f2625347227d2670e32bd0ed687e0;hp=48a25fe83fe95417961a55713abf4f2dbf813d99;ds=sidebyside delete cmts --- diff --git a/rainbowstream/pure_image.py b/rainbowstream/pure_image.py index 87b9f1b..5e953e9 100644 --- a/rainbowstream/pure_image.py +++ b/rainbowstream/pure_image.py @@ -8,7 +8,7 @@ import os """ This file is borrowed from following gist: https://gist.github.com/MicahElliott/719710 -It's too slow in compare with C program, so bot be used here +It's too slow in compare with C program. """ CLUT = [ # color look-up table diff --git a/setup.py b/setup.py index 719934e..2ebe87b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.5' +version = '0.0.6' install_requires = [ "SQLAlchemy",