Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit eb90910

Browse files
committed
Update package version, updated requirements to include the new packages
1 parent feb1b69 commit eb90910

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
thirdweb-web3==5.24.8
2+
thirdweb-contract-wrappers==2.0.3
13
0x-contract-addresses==3.0.0
24
0x-contract-artifacts==3.0.0
35
0x-contract-wrappers==2.0.0
@@ -45,6 +47,7 @@ typing-inspect==0.7.1
4547
urllib3==1.26.7
4648
varint==1.0.2
4749
web3==5.24.0
50+
thirdweb-web3==5.24.8
4851
websockets==9.1
4952
wrapt==1.13.1
5053
yarl==1.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name=package_name,
18-
version="0.3.0",
18+
version="0.3.1",
1919
description="Official Thirdweb sdk",
2020
long_description=README,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)