Skip to content

Commit b6028d5

Browse files
committed
[Updated version]
1 parent f8f414b commit b6028d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
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 = "2.0.2"
10+
VERSION = "2.1.0"
1111
if "a" in VERSION:
1212
VERSION += "+" + subprocess.check_output(["git", "rev-parse", "--short", "HEAD"]).decode("utf-8").strip()
1313

@@ -51,7 +51,7 @@ def run(self):
5151
license="MIT",
5252
description="A python wrapper for the Clash of Clans API",
5353
long_description=README,
54-
python_requires=">=3.5.3",
54+
python_requires=">=3.7.3",
5555
install_requires=REQUIREMENTS,
5656
include_package_data=True,
5757
extras_require={"docs": ["sphinx", "sphinx_rtd_theme", "sphinxcontrib_trio", "autodocsumm"]},

0 commit comments

Comments
 (0)