aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-03-03 22:02:06 +0000
committerGravatar GitHub <[email protected]>2022-03-03 22:02:06 +0000
commita96f9e3c2120c4484726e01dd355f775ac4eabcd (patch)
treeb00d04c2bff7b3061820e7984f71420a429be7a3 /pyproject.toml
parentMerge pull request #34 from python-discord/feat/site-api-wrapper (diff)
parentDocument 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.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"