Document exceptions and change conf.py version detection.

This commit is contained in:
Rapptz
2015-08-28 17:24:35 -04:00
parent abc32f5b5d
commit e60777e68b
3 changed files with 25 additions and 4 deletions

View File

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