diff options
author | 2023-06-10 19:44:29 +0100 | |
---|---|---|
committer | 2023-06-10 19:44:29 +0100 | |
commit | 5ee9489e60bc4b019dd61763172c5e6f1e25dcee (patch) | |
tree | 9a45e7c9fad2d8417369fdac2ab97f23a083d2a6 /pyproject.toml | |
parent | lint: fix typo (#180) (diff) |
Add paste service utility (#179)
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 641fda7f..dc64789e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.6.0" +version = "9.7.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |