Skip to content

Commit

Permalink
Add new Python versions to PyPI classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed May 22, 2023
1 parent 82b85c6 commit 21a4e5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand All @@ -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",
Expand Down

0 comments on commit 21a4e5c

Please sign in to comment.