diff options
author | 2022-08-16 19:06:16 -0400 | |
---|---|---|
committer | 2022-08-16 19:06:16 -0400 | |
commit | ef4564cf9d78709135e51cb102a027cdd784634a (patch) | |
tree | d427f5184749af9bcfc98c2cbbd51a903c0bda50 /pyproject.toml | |
parent | Removed redundant capture group (diff) |
Version bump and changelog
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" |