diff options
| author | Rapptz <[email protected]> | 2015-09-27 20:22:44 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-09-27 20:22:44 -0400 |
| commit | 74db314d3020d37d1cee784054eed7a22f197ced (patch) | |
| tree | 575c005f43184f5c12ffb8b1a0a52100b96a1b28 /discord/__init__.py | |
| parent | Bump to version v0.6.0 (diff) | |
| download | discord.py-74db314d3020d37d1cee784054eed7a22f197ced.tar.xz discord.py-74db314d3020d37d1cee784054eed7a22f197ced.zip | |
Fix an error with logging in the login method.v0.6.1
Diffstat (limited to 'discord/__init__.py')
| -rw-r--r-- | discord/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |