diff options
author | 2022-12-23 19:29:09 +0100 | |
---|---|---|
committer | 2022-12-23 19:29:09 +0100 | |
commit | f68399e2328a103c1ab3cd47f08920a96cb9b932 (patch) | |
tree | 6130c977a84be4728de4b11c4e982a562180688a /pyproject.toml | |
parent | save newly created tasks in a set (diff) |
update version and carve it in 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 482dfdca..cac29809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.3.0" +version = "9.3.1" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |