From 06aa5a053896c63062c6b23d732ff9d8cd298a27 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Tue, 8 Jun 2021 14:24:31 -0500 Subject: [PATCH] Release 1.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2cea4a..f805912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "discord.py-stubs" -version = "1.7.2dev0" +version = "1.7.2" description = "discord.py stubs" homepage = "https://github.com/bryanforbes/discord.py-stubs" authors = ["Bryan Forbes "]