1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-16 02:39:01 +00:00

Version bump to v0.9.0

This commit is contained in:
Rapptz 2015-11-28 23:08:35 -05:00
parent c3e7ba3671
commit 39988a36c9

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