delete cmts
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Fri, 20 Jun 2014 05:58:21 +0000 (14:58 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Fri, 20 Jun 2014 05:58:21 +0000 (14:58 +0900)
rainbowstream/pure_image.py
setup.py

index 87b9f1bf1e5c6d4383629ab3eab551362207d513..5e953e9533c7b070579477c1126188e8a053e4d0 100644 (file)
@@ -8,7 +8,7 @@ import os
 """
 This file is borrowed from following gist:
 https://gist.github.com/MicahElliott/719710
 """
 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
 """
 
 CLUT = [  # color look-up table
index 719934e5e17b9f6a52b001a26f494791f1c0d6ba..2ebe87ba2d8f4d33d592d6527368c48a06a6878d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
 from setuptools import setup, find_packages
 
-version = '0.0.5'
+version = '0.0.6'
 
 install_requires = [
     "SQLAlchemy",
 
 install_requires = [
     "SQLAlchemy",