From 4eb61641b7a28d91c6807d2706710d5438035727 Mon Sep 17 00:00:00 2001 From: Taehoon Kim Date: Fri, 3 Feb 2017 07:52:23 +0900 Subject: [PATCH] Version up for merging #96 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 3bc9db0..1f38894 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.6.0' +__version__ = '0.6.1' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan' __email__ = 'carpedm20@gmail.com'