From 2613c56b470bdf5c40aa330ebefe65ff20f8d96e Mon Sep 17 00:00:00 2001 From: dgw Date: Sun, 26 May 2024 19:47:41 -0500 Subject: [PATCH] Release 8.0.0 Have to commit this so it can be integrated with the website build. Not yet clear if the release tag will point to this commit or a merge. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5746b069a..86b27e7a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ namespaces = false [project] name = "sopel" -version = "8.0.0.dev0" +version = "8.0.0" description = "Simple and extensible IRC bot" maintainers = [ { name="dgw", email="dgw@technobabbl.es" },