1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-16 18:59:09 +00:00

Bump to version v0.6.0

This commit is contained in:
Rapptz 2015-09-25 19:42:13 -04:00
parent 3a58f9517a
commit a04a526566

@ -15,8 +15,8 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Rapptz'
__version__ = '0.5.1'
__build__ = 0x005010
__version__ = '0.6.0'
__build__ = 0x006000
from .client import Client
from .user import User