From 76ac0c3f83c48287ecdc271d1f9a09511f7dc9f4 Mon Sep 17 00:00:00 2001 From: MagicTheDev Date: Sun, 19 Jan 2025 23:11:48 -0600 Subject: [PATCH] chore: bump version --- coc/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coc/__init__.py b/coc/__init__.py index b91e6f5a..50ce9ed5 100644 --- a/coc/__init__.py +++ b/coc/__init__.py @@ -22,7 +22,7 @@ SOFTWARE. """ -__version__ = "3.8.3" +__version__ = "3.8.4" from .abc import BasePlayer, BaseClan from .clans import RankedClan, Clan diff --git a/docs/conf.py b/docs/conf.py index 851b785d..f18d6cbc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = 'coc' copyright = '2022, mathsman5133' author = 'mathsman5133' -release = '3.8.3' +release = '3.8.4' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 41b4ade6..cd4643ce 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.8.3" +version = "3.8.4" description = "A python wrapper for the Clash of Clans API" requires-python = ">=3.7.3" readme = "README.rst"