From 33e0d361a54fccaa6df74ef7a28d41c6237ee277 Mon Sep 17 00:00:00 2001 From: Pidgey Date: Mon, 28 Dec 2015 12:34:01 +0100 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 77c223d..44f366e 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.2.0' +__version__ = '0.2.1' __license__ = 'BSD' __author__ = 'Taehoon Kim' __email__ = 'carpedm20@gmail.com'