bumped version
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Wed, 18 Jun 2014 08:38:06 +0000 (17:38 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Wed, 18 Jun 2014 08:38:06 +0000 (17:38 +0900)
README.md
README.rst
setup.py

index 2428f2878e735504979fe80032973f2724e83872..dc720d083e23a0fb5aba641645ed4d02d711112e 100644 (file)
--- 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.
index ee85b178ea2cd01d1e41e45fdca63e6363e43e0e..e1449cabf9a705de39c080477f0f109cdd7efe0d 100644 (file)
@@ -113,6 +113,10 @@ Here is full list of supported command
 \r
 -  ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer.\r
 \r
+-  ``ls fl`` will list all your followers (people who is following you).\r
+\r
+-  ``ls fr`` will list all your friends (people who you are following).\r
+\r
 -  ``fl @dtvd88`` will follow @dtvd88.\r
 \r
 -  ``ufl @dtvd88`` will unfollow @dtvd88.\r
index d7f06fe4cbb81c955ec15ca58a6469d2aa6f3fc2..244326928f034a665c3da98fd814eecf67ae8f63 100644 (file)
--- 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",