From 9119f61caa26be3704daa949365cb947ecd8d4fc Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 5 Sep 2015 15:52:48 -0400 Subject: Fix KeyError with events. --- 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 28bdc561..3f916801 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.5.0' -__build__ = 0x005000 +__version__ = '0.5.1' +__build__ = 0x005010 from .client import Client from .user import User -- cgit v1.2.3