Version bumped to v0.9.1

This commit is contained in:
Rapptz 2015-12-24 00:44:36 -05:00
parent 2f61d086e4
commit 8d53f17e47

View File

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