diff options
| author | Rapptz <[email protected]> | 2015-10-02 15:58:23 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-02 15:58:23 -0400 |
| commit | 94e6b4a8ef5ecdcada0b23cc655641c13aeb6379 (patch) | |
| tree | 0062c72da476ad4cb57eb61bc480c0007fb1c628 /discord/__init__.py | |
| parent | Fix another logging error (diff) | |
| download | discord.py-94e6b4a8ef5ecdcada0b23cc655641c13aeb6379.tar.xz discord.py-94e6b4a8ef5ecdcada0b23cc655641c13aeb6379.zip | |
Fix server attribute not being set in GUILD_MEMBER_ADD.v0.6.2
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 9f911b64..99431db9 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.1' -__build__ = 0x006010 +__version__ = '0.6.2' +__build__ = 0x006020 from .client import Client from .user import User |