Skip to content

Commit

Permalink
[Incremented version]
Browse files Browse the repository at this point in the history
  • Loading branch information
majordoobie committed Dec 21, 2022
1 parent efced00 commit a8c1c1e
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__ = "2.2.1"
__version__ = "2.2.2"

from .abc import BasePlayer, BaseClan
from .clans import RankedClan, Clan
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open(os.path.join(os.getcwd(), "requirements.txt")) as f:
REQUIREMENTS = f.read().splitlines()

VERSION = "2.2.1"
VERSION = "2.2.2"
if "a" in VERSION:
VERSION += "+" + subprocess.check_output(["git", "rev-parse", "--short", "HEAD"]).decode("utf-8").strip()

Expand Down

0 comments on commit a8c1c1e

Please sign in to comment.