diff options
| author | Rapptz <[email protected]> | 2015-08-24 00:12:52 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-24 00:12:52 -0400 |
| commit | d74f9c74cfa6b354cbde28e0d5da0f4d9f53b943 (patch) | |
| tree | d0fbe76176aa74efa6cfb2610ffeac0f523a624a | |
| parent | Add support for creating or deleting channels from the client. (diff) | |
| download | discord.py-d74f9c74cfa6b354cbde28e0d5da0f4d9f53b943.tar.xz discord.py-d74f9c74cfa6b354cbde28e0d5da0f4d9f53b943.zip | |
Version bump to v0.2.0v0.2.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 d27da12e..c8d0eb4f 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.1.0' -__build__ = 0x001000 +__version__ = '0.2.0' +__build__ = 0x002000 from client import Client from user import User |