diff options
| author | 2022-04-21 23:38:32 +0100 | |
|---|---|---|
| committer | 2022-04-21 23:38:32 +0100 | |
| commit | 625096658acab557713949ede22f80d025ebf6dc (patch) | |
| tree | fb0385285b1a98d5add8d50b642f44c4c569f1d1 /pyproject.toml | |
| parent | Merge pull request #67 from python-discord/mbaruh/document (diff) | |
| parent | Bump 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.toml | 2 |
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" |