diff options
| author | Rapptz <[email protected]> | 2015-09-05 15:52:48 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-09-05 15:52:48 -0400 |
| commit | 9119f61caa26be3704daa949365cb947ecd8d4fc (patch) | |
| tree | 4c625fbe6149c030ae288f76a87234eab483adc0 /discord/__init__.py | |
| parent | Documentation fixes and version bump. (diff) | |
| download | discord.py-9119f61caa26be3704daa949365cb947ecd8d4fc.tar.xz discord.py-9119f61caa26be3704daa949365cb947ecd8d4fc.zip | |
Fix KeyError with events.v0.5.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 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 |