Skip to content

Commit 2fb5da4

Browse files
author
abel
committed
(fix) Updated library version number and README file
1 parent fd19117 commit 2fb5da4

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.7.1.1**
91+
* Fixed Testnet network URLs
92+
9093
**0.7.1**
9194
* Include implementation of the MessageBroadcaster, to simplify the transaction creation and broadcasting process.
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.7.1"
20+
VERSION = "0.7.1.1"
2121

2222
REQUIRED = [
2323
"aiohttp",

0 commit comments

Comments
 (0)