sync version with pypi: from 0.2.0 to 0.2.1 thx to @PidgeyL

This commit is contained in:
Taehoon Kim
2015-12-19 08:24:07 +09:00
parent 0c2d64f2e1
commit 66c4ff4d95

View File

@@ -15,7 +15,7 @@ from .client import *
__copyright__ = 'Copyright 2015 by Taehoon Kim'
__version__ = '0.2.0'
__version__ = '0.2.1'
__license__ = 'BSD'
__author__ = 'Taehoon Kim'
__email__ = 'carpedm20@gmail.com'