Skip to content

Commit b6b8801

Browse files
committed
Update minor version to v0.8.0
1 parent 23e46a2 commit b6b8801

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "discord-typings"
3-
version = "0.7.0"
4-
description = "Python typings of payloads that Discord sends"
3+
version = "0.8.0"
4+
description = "Python typings of all payloads that Discord sends as TypedDicts"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
requires-python = ">=3.7"
77
license = {file = "LICENSE"}
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
"Topic :: Software Development :: Libraries",
3031
"Topic :: Software Development :: Libraries :: Python Modules",
3132
"Typing :: Typed",

0 commit comments

Comments
 (0)