Skip to content

Commit a65f33f

Browse files
author
abel
committed
(fix) Updated README changelog and setup.py version. Added web3 dependency to setup.py
1 parent de3f34a commit a65f33f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ make tests
8787
```
8888

8989
### Changelogs
90+
**0.8.2**
91+
* Add web3 library as a dependency for the project.
92+
9093
**0.8.1**
9194
* Moved the configuration to use a secure or insecure connection inside the Network class. The AsyncClient's `insecure` parameter is no longer used for anything and will be removed in the future.
9295
* Made the new load balanced bare-metal node the default one for mainnet (it is called `lb`). The legacy one (load balanced k8s node) is called `lb_k8s`

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.9"
20-
VERSION = "0.8.1"
20+
VERSION = "0.8.2"
2121

2222
REQUIRED = [
2323
"aiohttp",
@@ -36,6 +36,7 @@
3636
"requests",
3737
"safe-pysha3",
3838
"urllib3",
39+
"web3"
3940
"websockets",
4041
]
4142

0 commit comments

Comments
 (0)