Skip to content

Commit 2dd2d28

Browse files
author
abel
committed
(fix) Change version number
1 parent 542136d commit 2dd2d28

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.0.5 **
91+
* Added the required logic in the MsgSubaccountTransfer message to translate amounts and token into the correct amount and token name representation for the chain
92+
9093
** 0.7.0.4**
9194
* Synchronized decimals for ATOM and WETH in Testnet with the configuration provided by the indexer
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.0.4"
20+
VERSION = "0.7.0.5"
2121

2222
REQUIRED = [
2323
"aiohttp",

0 commit comments

Comments
 (0)