Skip to content

Commit 9b0945c

Browse files
author
abel
committed
(feat) Updated version number to release v0.9.0
1 parent 0b3b17b commit 9b0945c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ poetry run pytest -v
7878
```
7979

8080
### Changelogs
81-
**0.9**
81+
**0.9.0**
82+
* Improvement in broadcaster to initialize the account sequence number and the timeout height only when required
8283
* Replace Pipenv with Poetry
8384
* Add pre-commit validations to the project
8485
* Add a GitHub workflow to run all tests and calculate coverage for each PR

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "0.9.dev"
3+
version = "0.9.0"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)