We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3b17b commit 9b0945cCopy full SHA for 9b0945c
README.md
@@ -78,7 +78,8 @@ poetry run pytest -v
78
```
79
80
### Changelogs
81
-**0.9**
+**0.9.0**
82
+* Improvement in broadcaster to initialize the account sequence number and the timeout height only when required
83
* Replace Pipenv with Poetry
84
* Add pre-commit validations to the project
85
* Add a GitHub workflow to run all tests and calculate coverage for each PR
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "injective-py"
3
-version = "0.9.dev"
+version = "0.9.0"
4
description = "Injective Python SDK, with Exchange API Client"
5
authors = ["Injective Labs <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments