diff options
| author | Rapptz <[email protected]> | 2015-12-24 00:44:36 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-24 00:44:36 -0500 |
| commit | 8d53f17e478baef97f0b982cd18ce1988e39884b (patch) | |
| tree | 71beb5ece4775347b8dedf07747e863a6e630746 | |
| parent | Game information is now represented in a Game object (diff) | |
| download | discord.py-8d53f17e478baef97f0b982cd18ce1988e39884b.tar.xz discord.py-8d53f17e478baef97f0b982cd18ce1988e39884b.zip | |
Version bumped to v0.9.1v0.9.1
| -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 0bde8628..91c59b9d 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.9.0' -__build__ = 0x009000 +__version__ = '0.9.1' +__build__ = 0x009010 from .client import Client from .user import User |