diff options
author | 2022-08-17 00:16:19 +0100 | |
---|---|---|
committer | 2022-08-17 00:16:19 +0100 | |
commit | 009a1395e2bb0bf56e3e94587972d6c68b4a4980 (patch) | |
tree | f6d0fe48ce293a5bedb8569ff1e9ba588dbb49bc /pyproject.toml | |
parent | Merge pull request #114 from python-discord/8.0.0-beta (diff) | |
parent | Update docs/changelog.rst (diff) |
Merge pull request #124 from python-discord/invite-regexv8.1.0
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 3448c67f..2680efab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "8.0.0" +version = "8.1.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" |