Browse Source

Version bumped to v0.9.1

pull/67/head v0.9.1
Rapptz 9 years ago
parent
commit
8d53f17e47
  1. 4
      discord/__init__.py

4
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

Loading…
Cancel
Save