summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-03-15 12:11:52 +0000
committerGravatar Chris Lovering <[email protected]>2022-03-15 12:11:52 +0000
commit69471000f1a5d29dadc1bce00e27c82487fa5936 (patch)
tree6fa9bc28c1b4b8b495be25031eee39cd71e6d824 /pyproject.toml
parentChange all instance of disnake to discord (diff)
Bump version and document breaking change
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 0c911c23..5c143b94 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "3.0.1"
+version = "4.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"