Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 27d8ed1

Browse files
committed
Bump version
1 parent 2db6886 commit 27d8ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord/ext/slash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def repeat( # command name
8282
'SlashBot'
8383
]
8484

85-
__version__ = '0.8.0'
85+
__version__ = '0.8.1'
8686

8787
class SlashWarning(UserWarning):
8888
""":mod:`discord.ext.slash`-specific warning type."""

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'AbyxDev'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.8.0'
25+
release = '0.8.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)