diff options
| author | Rapptz <[email protected]> | 2015-10-13 06:28:39 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-13 06:28:39 -0400 |
| commit | e24806660d5a0314872774fcf4743f907f5ddd05 (patch) | |
| tree | 42be4409afee4149edaa8785659c9f2cf8df4646 | |
| parent | Client.send_file now properly closes the file-object. (diff) | |
| download | discord.py-e24806660d5a0314872774fcf4743f907f5ddd05.tar.xz discord.py-e24806660d5a0314872774fcf4743f907f5ddd05.zip | |
Version bump to v0.7.0v0.7.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 d295199d..c22041ff 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.3' -__build__ = 0x006030 +__version__ = '0.7.0' +__build__ = 0x007000 from .client import Client from .user import User |