Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeileduc committed Jan 13, 2023
1 parent 0961897 commit 939d8b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion discord/ext/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'CraftSpider'

# The full version, including alpha/beta/rc tags
release = '0.6.0'
release = '0.6.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True
tag = True

Expand All @@ -21,4 +21,4 @@ replace = release = '{new_version}'

[flake8]
max-line-length = 120
per-file-ignores = __init__.py:F401,F403
per-file-ignores = __init__.py:F401,F403

0 comments on commit 939d8b8

Please sign in to comment.