Add commit number to pip version for easy identification.

This commit is contained in:
Rapptz
2017-03-04 20:43:05 -05:00
parent aa41101237
commit c4c17351c6
2 changed files with 13 additions and 1 deletions

View File

@ -15,7 +15,7 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015-2017 Rapptz'
__version__ = '1.0.0a0'
__version__ = '1.0.0a'
from .client import Client, AppInfo
from .user import User, ClientUser, Profile