From 462c21d2ef1d00b2266a3c96044d74e87c4dcd07 Mon Sep 17 00:00:00 2001 From: Taehoon Kim Date: Wed, 29 Mar 2017 13:00:21 +0900 Subject: [PATCH] version up thanks to the PR #115 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 8ca376f..0b0f46c 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.1' +__version__ = '0.8.0' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan' __email__ = 'carpedm20@gmail.com'