From c51a332560681c7421aab08711b4f3f7f5ab0ee7 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 27 Aug 2017 23:03:50 +0200 Subject: [PATCH] Version up, thanks to @PythonNut --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index e006293..757b227 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.18' +__version__ = '1.0.19' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'