Skip to content

Commit

Permalink
chore: bump version to 0.9.1 and add release notes (#371)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.9.1 and add release notes

* chore: fix word list
  • Loading branch information
jrriehl authored Aug 8, 2023
1 parent 19907af commit 663cff0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,5 @@ hmac
english
bool
noqa
biputils
biputils
googleapis
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.9.1

- fix: move googleapis-common-protos to main dependency group to resolve installation issues

## 0.9.0

- feat: General LedgerClient features (query blocks, chain id, current height)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cosmpy"
version = "0.9.0"
version = "0.9.1"
description = "A library for interacting with the cosmos networks"
authors = ["Fetch.AI Limited"]
readme = "README.md"
Expand Down

0 comments on commit 663cff0

Please sign in to comment.