From ac7dace2f2c3a3e7c5708663f55519a55e7615ef Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Fri, 23 Oct 2020 22:09:09 -0500 Subject: [PATCH] Release 1.5.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7736394..4ab7e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "discord.py-stubs" -version = "1.5.1.1dev0" +version = "1.5.1.1" description = "discord.py stubs" homepage = "https://github.com/bryanforbes/discord.py-stubs" authors = ["Bryan Forbes "]