From: vunhat_minh Date: Wed, 18 Jun 2014 08:38:06 +0000 (+0900) Subject: bumped version X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=b8cc314c2a44082c1030a6139dde141f04ce5b43 bumped version --- diff --git a/README.md b/README.md index 2428f28..dc720d0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ __Action Command__ * ```show image 12``` will show the image in tweet with *[id=12]* in your OS's image viewer. +* ```ls fl```will list all your followers (people who is following you). + +* ```ls fr```will list all your friends (people who you are following). + * ```fl @dtvd88```will follow @dtvd88. * ```ufl @dtvd88```will unfollow @dtvd88. diff --git a/README.rst b/README.rst index ee85b17..e1449ca 100644 --- a/README.rst +++ b/README.rst @@ -113,6 +113,10 @@ Here is full list of supported command - ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer. +- ``ls fl`` will list all your followers (people who is following you). + +- ``ls fr`` will list all your friends (people who you are following). + - ``fl @dtvd88`` will follow @dtvd88. - ``ufl @dtvd88`` will unfollow @dtvd88. diff --git a/setup.py b/setup.py index d7f06fe..2443269 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.3' +version = '0.0.4' install_requires = [ "SQLAlchemy",