diff --git a/.wordlist.txt b/.wordlist.txt index c092cf75..d639bb24 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -338,3 +338,4 @@ QueryParamsResponse ConsensusRestClient CosmosSDK NodeInfo +setuptools diff --git a/HISTORY.md b/HISTORY.md index 41b64829..60221238 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Release History +## 0.12.2 + +- refactor: dependencies - unlocked click, setuptools + ## 0.12.1 - fix: missing packaging dependency diff --git a/pyproject.toml b/pyproject.toml index 0ff8dafe..1c88ac67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/tox.ini b/tox.ini index 4c0a3fb0..82c95bc2 100644 --- a/tox.ini +++ b/tox.ini @@ -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