Skip to content

Commit

Permalink
Loosen aiohttp requirement and bump to 0.7.2 (#87)
Browse files Browse the repository at this point in the history
* Loosen aiohttp requirement

* Bump to 0.7.2
  • Loading branch information
Jackenmen committed Jan 13, 2021
1 parent 8e7ba93 commit 83f6354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lavalink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .rest_api import Track
from . import utils

__version__ = "0.7.1"
__version__ = "0.7.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages =
python_requires = >3.8.0, <3.9
install_requires =
discord.py>=1.5.1
aiohttp>=3.6.0,<3.7.0
aiohttp>=3.6.0

[options.extras_require]
tests =
Expand Down

0 comments on commit 83f6354

Please sign in to comment.