Version up, thanks to @orenyomtov and @Abhinav2812

Also fixed `Client.isLoggedIn`
This commit is contained in:
Mads Marquart
2018-05-18 17:35:03 +02:00
parent ffa26c20b5
commit 38f66147cb
4 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ from .client import *
__copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year)
__version__ = '1.3.6'
__version__ = '1.3.7'
__license__ = 'BSD'
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
__email__ = 'carpedm20@gmail.com'