aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-08-27 22:15:01 -0400
committerRapptz <[email protected]>2015-08-27 22:15:01 -0400
commit5db2b31114c4ddb16e05c54c4d3f6874593fd416 (patch)
treedb2dfdb5673d2276db52c62c6e5007c2452bb860 /discord
parentHandle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events. (diff)
downloaddiscord.py-5db2b31114c4ddb16e05c54c4d3f6874593fd416.tar.xz
discord.py-5db2b31114c4ddb16e05c54c4d3f6874593fd416.zip
Version bump to v0.4.0.v0.4.0
Diffstat (limited to 'discord')
-rw-r--r--discord/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/__init__.py b/discord/__init__.py
index 98cae952..84509c0f 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.3.1'
-__build__ = 0x003010
+__version__ = '0.4.0'
+__build__ = 0x004000
from client import Client
from user import User