From 8e79f97934286645c5417c2af2cd69c2fc7b7e88 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Wed, 8 Apr 2020 11:14:47 -0700 Subject: [PATCH] [Hunting] That's what I get from copying things --- hunting/hunting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunting/hunting.py b/hunting/hunting.py index 787f5f8..2ff0441 100644 --- a/hunting/hunting.py +++ b/hunting/hunting.py @@ -11,7 +11,7 @@ from redbot.core.utils.chat_formatting import bold, box, humanize_list, humanize from redbot.core.utils.menus import menu, DEFAULT_CONTROLS -__version__ = "3.0.1" +__version__ = "3.0.3" class Hunting(commands.Cog):