Skip to content

Commit 3e9d95b

Browse files
authored
Merge pull request #236 from mathsman5133/v3.5.2
V3.5.2
2 parents 46d66bd + dfcb7dc commit 3e9d95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "3.5.1"
25+
__version__ = "3.5.2"
2626

2727
from .abc import BasePlayer, BaseClan
2828
from .clans import RankedClan, Clan

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "coc.py"
77
authors = [{ name = "mathsman5133" }]
88
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" },
99
{ name = "lukasthaler"}, { name = "doluk"}]
10-
version = "3.4.2"
10+
version = "3.5.2"
1111
description = "A python wrapper for the Clash of Clans API"
1212
requires-python = ">=3.7.3"
1313
readme = "README.rst"

0 commit comments

Comments
 (0)