Version bump to v0.9.2

This commit is contained in:
Rapptz 2016-01-13 23:14:42 -05:00
parent b88562c5c5
commit 65fda30c0f

View File

@ -15,8 +15,8 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Rapptz'
__version__ = '0.9.1'
__build__ = 0x009010
__version__ = '0.9.2'
__build__ = 0x009020
from .client import Client
from .user import User