From af5292872bc2943d4721bd3e43d13a926c1e7b08 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 26 Aug 2015 22:06:24 -0400 Subject: Parse roles in the member building. --- discord/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/__init__.py') diff --git a/discord/__init__.py b/discord/__init__.py index 3ff193dd..98cae952 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.0' -__build__ = 0x003000 +__version__ = '0.3.1' +__build__ = 0x003010 from client import Client from user import User -- cgit v1.2.3