Fixed pip setup

This commit is contained in:
Mads Marquart
2017-09-30 19:17:40 +02:00
parent b8fdcda2fb
commit 9d5f06b810
2 changed files with 7 additions and 5 deletions

View File

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