Skip to content

Commit 6214d1a

Browse files
authored
Merge pull request #69 from mathsman5133/patch-1
Version Bump to v1.0.4
2 parents 691be6d + 9666a3b commit 6214d1a

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__ = "1.0.3"
25+
__version__ = "1.0.4"
2626

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with open(os.path.join(os.getcwd(), "requirements.txt")) as f:
88
REQUIREMENTS = f.read().splitlines()
99

10-
VERSION = "1.0.3"
10+
VERSION = "1.0.4"
1111
if "a" in VERSION:
1212
VERSION += "+" + subprocess.check_output(["git", "rev-parse", "--short", "HEAD"]).decode("utf-8").strip()
1313

0 commit comments

Comments
 (0)