refactoring and add various comments
[rainbowstream.git] / setup.py
index 501457c33aa1c643839cd60281b9fb49071d371c..06883651c6280d6386453863a1f76697ddfc46f1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 import os, sys
 
 # Bumped version
-version = '0.3.9'
+version = '0.4.2'
 
 # Require
 install_requires = [
@@ -13,6 +13,7 @@ install_requires = [
     "twitter",
     "Pillow",
 ]
+
 # Python 3 doesn't hava pysqlite
 if sys.version[0] == "2":
     install_requires += ["pysqlite"]