From dbdab08c7a54c27bc6b5661ce630ff516a10c50d Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 12 Jun 2025 21:28:42 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c97a0e..5fa5ac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "disagreement" -version = "0.4.1" +version = "0.4.2" description = "A Python library for the Discord API." readme = "README.md" requires-python = ">=3.10"