From 1fe399780e7524febe583842cadbabd04e9bb6d1 Mon Sep 17 00:00:00 2001 From: Taehoon Kim Date: Wed, 8 Feb 2017 13:11:06 +0900 Subject: [PATCH] version up for bug fix #108 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 93b2ad2..8ca376f 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.7.0' +__version__ = '0.7.1' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan' __email__ = 'carpedm20@gmail.com'