aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-13 06:28:39 -0400
committerRapptz <[email protected]>2015-10-13 06:28:39 -0400
commite24806660d5a0314872774fcf4743f907f5ddd05 (patch)
tree42be4409afee4149edaa8785659c9f2cf8df4646
parentClient.send_file now properly closes the file-object. (diff)
downloaddiscord.py-e24806660d5a0314872774fcf4743f907f5ddd05.tar.xz
discord.py-e24806660d5a0314872774fcf4743f907f5ddd05.zip
Version bump to v0.7.0v0.7.0
-rw-r--r--discord/__init__.py4
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