diff options
| author | Rapptz <[email protected]> | 2015-09-25 19:42:13 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-09-25 19:42:13 -0400 |
| commit | a04a5265664bf00c429c6e9c54d8bd33117ee1dc (patch) | |
| tree | b23185bee63269ef22c51d06f1e5ee3e68131b3d | |
| parent | Refactor websocket creation to its own function. (diff) | |
| download | discord.py-a04a5265664bf00c429c6e9c54d8bd33117ee1dc.tar.xz discord.py-a04a5265664bf00c429c6e9c54d8bd33117ee1dc.zip | |
Bump to version v0.6.0v0.6.0
| -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 7ec8c7d4..fdb17c89 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.1' -__build__ = 0x005010 +__version__ = '0.6.0' +__build__ = 0x006000 from .client import Client from .user import User |