Skip to content

Commit

Permalink
Merge pull request #10 from dev-ruby/dev
Browse files Browse the repository at this point in the history
Version 2.7.0
  • Loading branch information
dev-ruby authored Oct 24, 2023
2 parents d13c980 + ba22d90 commit f984e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="TrackerGG",
version="2.6.0",
version="2.7.0",
author="DevRuby",
author_email="[email protected]",
description="TrackerGG API Wrapper Library",
Expand All @@ -17,6 +17,6 @@
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",
],
install_requires=["requests", "aiohttp"],
python_requires=">=3.3",
install_requires=["aiohttp"],
python_requires=">=3.7",
)

0 comments on commit f984e87

Please sign in to comment.