diff options
author | 2022-03-03 22:02:06 +0000 | |
---|---|---|
committer | 2022-03-03 22:02:06 +0000 | |
commit | a96f9e3c2120c4484726e01dd355f775ac4eabcd (patch) | |
tree | b00d04c2bff7b3061820e7984f71420a429be7a3 /pyproject.toml | |
parent | Merge pull request #34 from python-discord/feat/site-api-wrapper (diff) | |
parent | Document breaking monkey patch change (diff) |
Merge pull request #35 from python-discord/monkey-patch-in-util-namespacev3.0.0
Monkey patch in util namespace
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" |