diff options
| author | Rapptz <[email protected]> | 2016-01-13 23:14:42 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-01-13 23:14:42 -0500 |
| commit | 65fda30c0f63fbd40cecd147f0e6c51e8d891a06 (patch) | |
| tree | 68cec318528b1a361bb7d4b912c5b541cfff6fb1 | |
| parent | Fix warning message. (diff) | |
| download | discord.py-legacy.tar.xz discord.py-legacy.zip | |
Version bump to v0.9.2legacy
| -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 bb68998f..b7ab83ed 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.1' -__build__ = 0x009010 +__version__ = '0.9.2' +__build__ = 0x009020 from .client import Client from .user import User |