X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=06883651c6280d6386453863a1f76697ddfc46f1;hp=2223acbf74072870390eb9933ede4ca5f9378353;hb=531f568231af56035b61bb196b0e43fa79ff223e;hpb=a8c5fce4b567697790144ec15546ce68e5469963;ds=sidebyside diff --git a/setup.py b/setup.py index 2223acb..0688365 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import os, sys # Bumped version -version = '0.4.1' +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"]