From b804dc3f9439c08452ff8a5a8a62f7a8f2c01eb6 Mon Sep 17 00:00:00 2001 From: Taehoon Kim Date: Fri, 5 May 2017 12:59:48 -0700 Subject: [PATCH] Version up thanks to @madsmtm and @tmcadam --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 0007d56..586d267 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.8.5' +__version__ = '0.9.0' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan' __email__ = 'carpedm20@gmail.com'