From 1ab2a590036a7ca40c881c0ff12db9ecd2338c25 Mon Sep 17 00:00:00 2001 From: Lukas Dobler <69309597+doluk@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:46:17 +0200 Subject: [PATCH] Bump version number in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b85d83e2..bf4b8f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "coc.py" authors = [{ name = "mathsman5133" }] maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" }, { name = "lukasthaler"}, { name = "doluk"}] -version = "3.7.1" +version = "3.7.2" description = "A python wrapper for the Clash of Clans API" requires-python = ">=3.7.3" readme = "README.rst"