From d72a58693b3f2625347227d2670e32bd0ed687e0 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Fri, 20 Jun 2014 14:58:21 +0900 Subject: [PATCH] delete cmts --- rainbowstream/pure_image.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.25.1