From 5db2b31114c4ddb16e05c54c4d3f6874593fd416 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 27 Aug 2015 22:15:01 -0400 Subject: Version bump to v0.4.0. --- discord/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord') 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 -- cgit v1.2.3