From 0dac7b7b81a08e216bd6dc28f2d5ed177dc819f7 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 27 Sep 2017 21:20:20 +0200 Subject: [PATCH] Version up, thanks to @ekohilas --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 642281f..e3f21a7 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.0.20' +__version__ = '1.0.21' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'