diff --git a/pyproject.toml b/pyproject.toml index 952bedd..31d4775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "discord-typings" -version = "0.5.1" -description = "Maintained typings of payloads that Discord sends" +version = "0.6.0" +description = "Python typings of payloads that Discord sends" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.7" license = {file = "LICENSE"} @@ -24,6 +24,8 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed",