Bum new version for #2 fix
[rainbowstream.git] / setup.py
index 7cf15caa17b1a37c0a93d0142c288cae66e36d06..42711230d9ca60cb4c2e212430d0756a29d0980a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.1.1'
+version = '0.1.5'
 
 install_requires = [
     "SQLAlchemy",
@@ -8,7 +8,6 @@ install_requires = [
     "colorama",
     "pyfiglet",
     "python-dateutil",
-    "termcolor",
     "twitter",
     "Pillow",
     "requests",