Version bump to v0.4.0.

This commit is contained in:
Rapptz
2015-08-27 22:15:01 -04:00
parent b466a2615e
commit 5db2b31114
2 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Rapptz'
__version__ = '0.3.1'
__build__ = 0x003010
__version__ = '0.4.0'
__build__ = 0x004000
from client import Client
from user import User