diff --git a/discord/ext/test/__init__.py b/discord/ext/test/__init__.py index 1030186..b85c067 100644 --- a/discord/ext/test/__init__.py +++ b/discord/ext/test/__init__.py @@ -3,7 +3,7 @@ __author__ = "Rune Tynan" __license__ = "MIT" __copyright__ = "Copyright 2018-2019 CraftSpider" -__version__ = "0.6.2" +__version__ = "0.6.3" from . import backend from .runner import * diff --git a/docs/conf.py b/docs/conf.py index 92c04be..15cce3a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'CraftSpider' # The full version, including alpha/beta/rc tags -release = '0.6.2' +release = '0.6.3' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index d22e0f6..0fecbfd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.3 commit = True tag = True