[V3] Bump version to 3.0.0b11 (#1483)

This commit is contained in:
palmtree5 2018-04-02 17:19:50 -08:00 committed by GitHub
parent 10012c1e16
commit 9f4a7f7623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@ author = 'Cog Creators'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.0.0b10' version = '3.0.0b11'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.0.0b10' release = '3.0.0b11'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -94,7 +94,7 @@ def find_locale_folders():
setup( setup(
name='Red-DiscordBot', name='Red-DiscordBot',
version="{}.{}.{}b10".format(*get_version()), version="{}.{}.{}b11".format(*get_version()),
packages=get_package_list(), packages=get_package_list(),
package_data=find_locale_folders(), package_data=find_locale_folders(),
include_package_data=True, include_package_data=True,