Skip to content

Commit 81ca1ef

Browse files
author
abel
committed
(fix) Updating README and the version number to prepare the PR to be released to master
1 parent 5f4a42f commit 81ca1ef

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
@@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878

7979

8080
### Changelogs
81+
**0.6.3.3**
82+
* Update the code to the new structure of transaction responses
83+
8184
**0.6.3.1**
8285
* Update the code to the new structure of transaction simulation responses
8386

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.7.0"
20-
VERSION = "0.6.3.2"
20+
VERSION = "0.6.3.3"
2121

2222
REQUIRED = [
2323
"protobuf",

0 commit comments

Comments
 (0)