From 5cdee1f9d6196b147763e8e936042070d508d4b9 Mon Sep 17 00:00:00 2001 From: Lemon Rose Date: Thu, 21 Dec 2023 17:59:28 +0530 Subject: [PATCH] [RoleUtils] bump version --- roleutils/roleutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roleutils/roleutils.py b/roleutils/roleutils.py index fe32914..aadbadf 100644 --- a/roleutils/roleutils.py +++ b/roleutils/roleutils.py @@ -57,7 +57,7 @@ class RoleUtils( """ __author__: Final[List[str]] = ["inthedark.org", "PhenoM4n4n"] - __version__: Final[str] = "1.5.0" + __version__: Final[str] = "1.6.0" def format_help_for_context(self, ctx: commands.Context) -> str: pre_processed = super().format_help_for_context(ctx)