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)