Fixed a few bugs, updated to v. 1.0.3

This commit is contained in:
Mads Marquart
2017-06-26 11:37:54 +02:00
parent add06ffa7a
commit 4a8ef00442
4 changed files with 24 additions and 21 deletions

View File

@@ -1,5 +1,10 @@
# -*- coding: UTF-8 -*-
from __future__ import unicode_literals
from datetime import datetime
from .client import *
"""
fbchat
~~~~~~
@@ -10,11 +15,9 @@
:license: BSD, see LICENSE for more details.
"""
from datetime import datetime
from .client import *
__copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year)
__version__ = '1.0.1'
__version__ = '1.0.3'
__license__ = 'BSD'
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
__email__ = 'carpedm20@gmail.com'