diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5789d1b66..0db2fa457 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -* @sli-tao +* @sli-tao @ward-taoshi /.github/CODEOWNERS @sli-tao diff --git a/pyproject.toml b/pyproject.toml index e3458e2e7..890b1262b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "vanta-cli" -version = "2.0.1" +version = "2.0.2" description = "Vanta Network CLI" readme = "README.md" authors = [ @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "wheel", - "collateral_sdk @ git+https://github.com/taoshidev/collateral_sdk.git@1.0.6", + "collateral_sdk @ git+https://github.com/taoshidev/collateral_sdk.git@1.0.7", "async-substrate-interface>=1.5.2", "aiohttp~=3.13", "backoff~=2.2.1",