From 32c72c2f356ec0dce02560cbb11a89bd7649ab3c Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 10 Dec 2017 20:08:13 +0100 Subject: [PATCH] Version up, thanks to @Dante383 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 667d7b7..a144829 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.1.1' +__version__ = '1.1.2' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'