diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 129b55e..36ea951 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.13' +__version__ = '1.0.15' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart' __email__ = 'carpedm20@gmail.com' diff --git a/requirements.txt b/requirements.txt index 5423afe..4fa392a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests lxml beautifulsoup4 +enum34