From c8a1b0c192f9bf456895c13a38aa26f1cf94e4e4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 16 Jul 2023 15:25:07 -0700 Subject: [PATCH] Quick hotfix for deploying :/ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c561d1..662d4bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "modrinth" -version = "0.1.3" +version = "0.1.5" description = " Interact with Modrinth's Labrinth API through Python." readme = "docs/readme.md" authors = [{ name = "Beta Pictoris", email = "beta@ozx.me" }]