Skip to content

Commit

Permalink
[V3] Bump version to 3.0.0b11 (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtree5 authored Apr 3, 2018
1 parent 10012c1 commit 9f4a7f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '3.0.0b10'
version = '3.0.0b11'
# 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
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def glob_locale_files(path: Path):

setup(
name='Red-DiscordBot',
version="{}.{}.{}b10".format(*get_version()),
version="{}.{}.{}b11".format(*get_version()),
packages=get_package_list(),
package_data=find_locale_folders(),
include_package_data=True,
Expand Down

0 comments on commit 9f4a7f7

Please sign in to comment.