From dd2207d90abce5d8f98197ceb7a8c183ecf5b5f7 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Sat, 19 Feb 2022 00:29:47 +0200 Subject: [PATCH] chore: Bump version to 1.5.1 --- nextcord/ext/menus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcord/ext/menus/__init__.py b/nextcord/ext/menus/__init__.py index a5f142a..b760839 100644 --- a/nextcord/ext/menus/__init__.py +++ b/nextcord/ext/menus/__init__.py @@ -6,4 +6,4 @@ from .utils import * # Needed for the setup.py script -__version__ = "1.5.0" +__version__ = "1.5.1"