diff options
| author | Rapptz <[email protected]> | 2015-08-26 21:22:29 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-26 21:22:29 -0400 |
| commit | a85aab92b778d1898c9070074db2a501af802fbd (patch) | |
| tree | 895d751669a719fd56226c286ccd0f0e9427ee77 | |
| parent | Parse permission_overwrites in every Channel instance. (diff) | |
| download | discord.py-a85aab92b778d1898c9070074db2a501af802fbd.tar.xz discord.py-a85aab92b778d1898c9070074db2a501af802fbd.zip | |
Version bump.v0.3.0
| -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 acdaeae9..3ff193dd 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.2.1' -__build__ = 0x002010 +__version__ = '0.3.0' +__build__ = 0x003000 from client import Client from user import User |