Skip to content

Commit 03538cd

Browse files
committed
v0.3.3 Removed Web3.py version restrictions
1 parent 02e1b73 commit 03538cd

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
@@ -1,11 +1,11 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.3.2'
3+
VERSION = '0.3.3'
44
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
55
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
66

77
requirements = [
8-
'web3>=7.12,<8',
8+
'web3',
99
'rlp',
1010
]
1111

0 commit comments

Comments
 (0)