Skip to content

Commit 1c107f9

Browse files
committed
fix aiohttp issue with microsoft visual c++
1 parent c697bd0 commit 1c107f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

brawlstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
############
88

99

10-
__version__ = 'v4.1.0'
10+
__version__ = 'v4.1.1'
1111
__title__ = 'brawlstats'
1212
__license__ = 'MIT'
1313
__author__ = 'SharpBit'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp>=3.6.0,<3.7.0
1+
aiohttp>=3.6.0
22
requests
33
python-box
44
cachetools>=3.1.0

0 commit comments

Comments
 (0)