aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-27 18:05:24 +0100
committerGravatar Chris Lovering <[email protected]>2022-07-27 18:19:32 +0100
commitd4e0ae51890f1a38061f5f452a0605c633e80f31 (patch)
treed2959932ea9defa355a575a900a72c22b0d34c59 /pyproject.toml
parentRemove explicit cleanup of the redis session (#111) (diff)
Bump version to 8.0.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bffaf1b6..15badea4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "8.0.0-beta.4"
+version = "8.0.0"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"