minor update

This commit is contained in:
Taehoon Kim
2015-04-19 02:52:16 +09:00
parent 05f2613997
commit fc7b7f3e43
4 changed files with 15 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ Facebook Chat (Messenger) for Python
from .client import *
__version__ = '0.0.1'
__version__ = '0.0.2'
__author__ = 'Taehoon Kim'
__email__ = 'carpedm20@gmail.com'
__source__ = 'https://github.com/carpedm20/fbchat/'