Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit 706c867

Browse files
author
cobaltgit
committed
Version bump
1 parent 4149bc5 commit 706c867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_pfx(self, bot: commands.Bot, message: discord.Message):
3333

3434
def __init__(self) -> None:
3535

36-
self.__version__ = "0.5"
36+
self.__version__ = "0.5.3"
3737

3838
with open("config.yml", "r") as config_file:
3939
self.config = yaml.safe_load(config_file)

0 commit comments

Comments
 (0)