Skip to content

Commit f984e87

Browse files
authored
Merge pull request #10 from dev-ruby/dev
Version 2.7.0
2 parents d13c980 + ba22d90 commit f984e87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="TrackerGG",
8-
version="2.6.0",
8+
version="2.7.0",
99
author="DevRuby",
1010
author_email="hiveruby@gmail.com",
1111
description="TrackerGG API Wrapper Library",
@@ -17,6 +17,6 @@
1717
"Programming Language :: Python",
1818
"License :: OSI Approved :: MIT License",
1919
],
20-
install_requires=["requests", "aiohttp"],
21-
python_requires=">=3.3",
20+
install_requires=["aiohttp"],
21+
python_requires=">=3.7",
2222
)

0 commit comments

Comments
 (0)