From e60777e68b113b1f39f13c92c4a4d5b0ce0b406d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 28 Aug 2015 17:24:35 -0400 Subject: Document exceptions and change conf.py version detection. --- discord/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/__init__.py') diff --git a/discord/__init__.py b/discord/__init__.py index ed28db0c..07d7ea12 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -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 -- cgit v1.2.3