aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-21 23:38:32 +0100
committerGravatar GitHub <[email protected]>2022-04-21 23:38:32 +0100
commit625096658acab557713949ede22f80d025ebf6dc (patch)
treefb0385285b1a98d5add8d50b642f44c4c569f1d1 /pyproject.toml
parentMerge pull request #67 from python-discord/mbaruh/document (diff)
parentBump version in pyproject and changelog last few releases (diff)
Merge pull request #68 from python-discord/fix-version-numberv6.3.1
Bump version in pyproject and changelog last few releases
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 4eb7415e..a6f5868a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "6.1.0"
+version = "6.3.1"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"