diff options
author | 2022-03-03 19:41:35 +0000 | |
---|---|---|
committer | 2022-03-03 22:01:24 +0000 | |
commit | 19c8ddd859d0d60038891e2e4c0717c585967198 (patch) | |
tree | b00d04c2bff7b3061820e7984f71420a429be7a3 /pyproject.toml | |
parent | Don'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.toml | 2 |
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" |