Browse Source

Version bump.

pull/1/head v0.3.0
Rapptz 10 years ago
parent
commit
a85aab92b7
  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.2.1'
__build__ = 0x002010
__version__ = '0.3.0'
__build__ = 0x003000
from client import Client
from user import User

Loading…
Cancel
Save