From 80bc6b79536b67ab0f205ee75962cc9118ba0a72 Mon Sep 17 00:00:00 2001 From: wannaphongcom Date: Fri, 16 Oct 2015 12:01:26 +0700 Subject: [PATCH] Update __init__.py --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 412d42e..5ce8559 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.0.2' +__version__ = '0.0.3' __license__ = 'BSD' __author__ = 'Taehoon Kim' __email__ = 'carpedm20@gmail.com'