diff options
| author | Rapptz <[email protected]> | 2015-08-26 22:06:24 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-26 22:06:38 -0400 |
| commit | af5292872bc2943d4721bd3e43d13a926c1e7b08 (patch) | |
| tree | d81b68e9555e9f5f3746755387abe3384ef55dc6 /discord/__init__.py | |
| parent | Version bump. (diff) | |
| download | discord.py-af5292872bc2943d4721bd3e43d13a926c1e7b08.tar.xz discord.py-af5292872bc2943d4721bd3e43d13a926c1e7b08.zip | |
Parse roles in the member building.
Diffstat (limited to 'discord/__init__.py')
| -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 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 |