From fea4ad9e8992e0e75c479a7461fcdde7a408e2bf Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 10 Aug 2017 15:25:38 +0200 Subject: [PATCH] Version up, Thanks to ritu99 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 78e55af..e006293 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.17' +__version__ = '1.0.18' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'