bumped veresion
[rainbowstream.git] / setup.py
index 501457c33aa1c643839cd60281b9fb49071d371c..715c91971f303bc60f2db81910ad178431b8e9a3 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.7'
 
 # 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"]