Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,4 @@ QueryParamsResponse
ConsensusRestClient
CosmosSDK
NodeInfo
setuptools
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.12.2

- refactor: dependencies - unlocked click, setuptools

## 0.12.1

- fix: missing packaging dependency
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.12.1"
version = "0.12.2"
description = "A library for interacting with the cosmos networks"
authors = ["Fetch.AI Limited"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ basepython = python3
passenv = *
extras = all
deps =
poetry==2.3.3
poetry==2.3.4
poetry-plugin-export>=1.7
pbr>=5
charset-normalizer==3.1.0
Expand Down
Loading