bump version to remove debug print from stable

This commit is contained in:
cloudwithax 2023-02-21 08:24:09 -05:00
parent b3799214e6
commit e0ff5f13a4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if not discord.version_info.major >= 2:
"using 'pip install discord.py'"
)
__version__ = "2.1"
__version__ = "2.1.1"
__title__ = "pomice"
__author__ = "cloudwithax"