diff options
author | 2024-02-01 12:34:18 +0100 | |
---|---|---|
committer | 2024-02-01 11:34:18 +0000 | |
commit | 1546d7b235870e131733d6e2a498c43b2afe8231 (patch) | |
tree | 4844ede6a36b2f261cd546b4d60d3ff23c9060a7 | |
parent | Tag v10.7.0 (diff) |
bump version to 1.7.0 in pyproject.toml (#203)
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index dabfa17b..8964962a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "10.6.0" +version = "10.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" |