From 74db314d3020d37d1cee784054eed7a22f197ced Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 27 Sep 2015 20:22:44 -0400 Subject: Fix an error with logging in the login method. --- 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 fdb17c89..9f911b64 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.6.0' -__build__ = 0x006000 +__version__ = '0.6.1' +__build__ = 0x006010 from .client import Client from .user import User -- cgit v1.2.3