mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Version bump to v0.4.0.
This commit is contained in:
parent
b466a2615e
commit
5db2b31114
@ -15,8 +15,8 @@ __title__ = 'discord'
|
||||
__author__ = 'Rapptz'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2015 Rapptz'
|
||||
__version__ = '0.3.1'
|
||||
__build__ = 0x003010
|
||||
__version__ = '0.4.0'
|
||||
__build__ = 0x004000
|
||||
|
||||
from client import Client
|
||||
from user import User
|
||||
|
@ -53,9 +53,9 @@ copyright = u'2015, Rapptz'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.1.0'
|
||||
version = '0.4.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.1.0'
|
||||
release = '0.4.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user