From 4dd15b05ef60a2387582dea9b6753882e11bd6fd Mon Sep 17 00:00:00 2001 From: Taehoon Kim Date: Sat, 3 Mar 2018 22:49:25 +0900 Subject: [PATCH] version up thanks to @2FWAH's PR #266 #267 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index d67a972..cbff633 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -17,7 +17,7 @@ from .client import * __copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year) -__version__ = '1.3.2' +__version__ = '1.3.3' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'