Skip to content

Commit

Permalink
Merge pull request #236 from mathsman5133/v3.5.2
Browse files Browse the repository at this point in the history
V3.5.2
  • Loading branch information
doluk authored Apr 27, 2024
2 parents 46d66bd + dfcb7dc commit 3e9d95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""

__version__ = "3.5.1"
__version__ = "3.5.2"

from .abc import BasePlayer, BaseClan
from .clans import RankedClan, Clan
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "coc.py"
authors = [{ name = "mathsman5133" }]
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" },
{ name = "lukasthaler"}, { name = "doluk"}]
version = "3.4.2"
version = "3.5.2"
description = "A python wrapper for the Clash of Clans API"
requires-python = ">=3.7.3"
readme = "README.rst"
Expand Down

0 comments on commit 3e9d95b

Please sign in to comment.