From 47ded77b13d0e0c5db1b952b8960c3e67503429d Mon Sep 17 00:00:00 2001 From: PidgeyL Date: Mon, 4 Jan 2016 09:06:28 +0100 Subject: [PATCH] update version --- fbchat/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 7256c1e..c597015 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,9 +15,9 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.2.3' +__version__ = '0.3.0' __license__ = 'BSD' -__author__ = 'Taehoon Kim' +__author__ = 'Taehoon Kim; Moreels Pieter-Jan' __email__ = 'carpedm20@gmail.com' __source__ = 'https://github.com/carpedm20/fbchat/'