From 64125a1aca169baa7f202df717535679a91aea52 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 28 Jun 2017 10:24:44 +0200 Subject: [PATCH] Updated to 1.0.6, thanks to @enwar3 --- __init__.py | 0 fbchat/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 __init__.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 232b7b8..50983fb 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.5' +__version__ = '1.0.6' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com'