From b8cc314c2a44082c1030a6139dde141f04ce5b43 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Wed, 18 Jun 2014 17:38:06 +0900 Subject: [PATCH] bumped version --- README.md | 4 ++++ README.rst | 4 ++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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", -- 2.25.1