Skip to content

Commit

Permalink
Update minor version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed Mar 24, 2024
1 parent 23e46a2 commit b6b8801
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.7.0"
description = "Python typings of payloads that Discord sends"
version = "0.8.0"
description = "Python typings of all payloads that Discord sends as TypedDicts"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.7"
license = {file = "LICENSE"}
Expand All @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
Expand Down

0 comments on commit b6b8801

Please sign in to comment.