From 65fbb7745154fa3b9d54d5723b2dbcee10f27a46 Mon Sep 17 00:00:00 2001 From: Taehoon Kim Date: Thu, 22 Sep 2016 22:35:52 +0900 Subject: [PATCH] version update thanks to @thekindlyone from 0.4.0 to 0.5.0 --- fbchat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 6c73aee..40e078a 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.4.0' +__version__ = '0.5.0' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan' __email__ = 'carpedm20@gmail.com'