From e0e91a497c51a2be67f8ae5069e9572524fc2fa0 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Tue, 30 Mar 2021 12:45:53 -0500 Subject: [PATCH] Release 1.6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15e0697..2f45a97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "discord.py-stubs" -version = "1.6.3dev0" +version = "1.6.3" description = "discord.py stubs" homepage = "https://github.com/bryanforbes/discord.py-stubs" authors = ["Bryan Forbes "]