From 07cf9445daaebb4b122744c91b1a8236a21269d9 Mon Sep 17 00:00:00 2001 From: LordOfPolls <22540825+LordOfPolls@users.noreply.github.com> Date: Thu, 24 Feb 2022 08:04:55 +0000 Subject: [PATCH] chore: Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3f41af7d..7570e3664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dis-snek" -version = "6.0.0" +version = "7.0.0" description = "An API wrapper for Discord filled with snakes" authors = ["LordOfPolls "]