summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-03-03 19:41:35 +0000
committerGravatar Chris Lovering <[email protected]>2022-03-03 22:01:24 +0000
commit19c8ddd859d0d60038891e2e4c0717c585967198 (patch)
treeb00d04c2bff7b3061820e7984f71420a429be7a3 /pyproject.toml
parentDon't break if functions are directly in module init files (diff)
Document breaking monkey patch 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 c003cfc0..188edb8f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "2.1.0"
+version = "3.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"