From 939d8b8be2c072728215ea8cea03a4d9a5788634 Mon Sep 17 00:00:00 2001 From: Sergeileduc Date: Fri, 13 Jan 2023 16:19:47 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- discord/ext/test/__init__.py | 2 +- docs/conf.py | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discord/ext/test/__init__.py b/discord/ext/test/__init__.py index b69aaf0..04eafa4 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.0" +__version__ = "0.6.1" from . import backend from .runner import * diff --git a/docs/conf.py b/docs/conf.py index 7f4bae5..b610643 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.0' +release = '0.6.1' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 403a5de..6398313 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True @@ -21,4 +21,4 @@ replace = release = '{new_version}' [flake8] max-line-length = 120 -per-file-ignores = __init__.py:F401,F403 \ No newline at end of file +per-file-ignores = __init__.py:F401,F403