Skip to content

Commit 3d2d499

Browse files
committed
bump version numbers
1 parent e0c209e commit 3d2d499

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__ = "2.3.0"
25+
__version__ = "2.3.1"
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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "coc.py"
77
authors = [{ name = "mathsman5133" }]
88
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" }, { name = "doluk" }]
9-
version = "2.3.0"
9+
version = "2.3.1"
1010
description = "A python wrapper for the Clash of Clans API"
1111
requires-python = ">=3.7.3"
1212
readme = "README.rst"

0 commit comments

Comments
 (0)