diff options
| author | Rapptz <[email protected]> | 2015-08-24 06:26:53 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-24 06:34:38 -0400 |
| commit | de3bce2b3265a4940ba79580fd191b5517ef96cb (patch) | |
| tree | 82482b19793c2988cf786eba8335c56a8e1a0340 /discord/__init__.py | |
| parent | Version bump to v0.2.0 (diff) | |
| download | discord.py-de3bce2b3265a4940ba79580fd191b5517ef96cb.tar.xz discord.py-de3bce2b3265a4940ba79580fd191b5517ef96cb.zip | |
Fix issue with some MESSAGE_UPDATE events.v0.2.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 c8d0eb4f..9fccad0f 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.2.0' -__build__ = 0x002000 +__version__ = '0.2.1' +__build__ = 0x002010 from client import Client from user import User |