Skip to content

Commit 2a0ede2

Browse files
author
abel
committed
(fix) Update changelog and version number
1 parent ec08643 commit 2a0ede2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.3**
91+
* Fix dependency issue in setup.py.
92+
9093
**0.8.2**
9194
* Add web3 library as a dependency for the project.
9295

setup.py

Lines changed: 1 addition & 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.2"
20+
VERSION = "0.8.3"
2121

2222
REQUIRED = [
2323
"aiohttp",

0 commit comments

Comments
 (0)