Skip to content

Commit

Permalink
Bump version number in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doluk authored Sep 11, 2024
1 parent b0d3244 commit 4104028
Showing 1 changed file with 1 addition and 1 deletion.
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.7.1"
__version__ = "3.7.2"

from .abc import BasePlayer, BaseClan
from .clans import RankedClan, Clan
Expand Down

0 comments on commit 4104028

Please sign in to comment.