seperate draw module
[rainbowstream.git] / setup.py
index f4c47c606009aad0bf9c96e284289115d0ca6592..7cf15caa17b1a37c0a93d0142c288cae66e36d06 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.0.7'
+version = '0.1.1'
 
 install_requires = [
     "SQLAlchemy",
@@ -16,7 +16,7 @@ install_requires = [
 
 setup(name='rainbowstream',
       version=version,
-      description="A colorful terminal-based Twitter client. Streaming API supportd.",
+      description="A smart and nice Twitter client on terminal.",
       long_description=open("./README.rst", "r").read(),
       classifiers=[
           "Development Status :: 5 - Production/Stable",