From ecd55d6d896fe5c665c532e4c6e505f3fda9ad38 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Fri, 8 Jan 2021 12:32:53 -0600 Subject: [PATCH] Release 1.6.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 779d6a3..bc29776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "discord.py-stubs" -version = "1.6.0.0dev0" +version = "1.6.0.0" description = "discord.py stubs" homepage = "https://github.com/bryanforbes/discord.py-stubs" authors = ["Bryan Forbes "]