diff options
author | 2023-07-14 11:09:39 +0100 | |
---|---|---|
committer | 2023-07-14 11:09:40 +0100 | |
commit | 553e6eb3a1a962373320197eceebd85eb488858a (patch) | |
tree | eca417463a368be4a032693fe544e0e306b773af /pyproject.toml | |
parent | use `Settings` as suffix for the classes (diff) |
Bump to an alpha version for releasing to pypiv9.10.0-alpha.2
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 85cbd600..01a20453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.9.1" +version = "9.10.0-alpha.2" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |