1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-15 02:09:49 +00:00

Version bump to v0.7.0

This commit is contained in:
Rapptz 2015-10-13 06:28:39 -04:00
parent 0b27044252
commit e24806660d

@ -15,8 +15,8 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Rapptz'
__version__ = '0.6.3'
__build__ = 0x006030
__version__ = '0.7.0'
__build__ = 0x007000
from .client import Client
from .user import User