diff --git a/README.md b/README.md index b7639b5a..23b6fe72 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,12 @@ The dYdX Chain Client Typescript client is used for placing transactions and que ## v4-client-py Python client for dYdX Chain. -The library is currently tested against Python versions 3.9, and 3.11. \ No newline at end of file +The library is currently tested against Python versions 3.9, and 3.11. + +# Third-party Clients + +[C++ Client](https://github.com/asnefedovv/dydx-v4-client-cpp) + +[Python Client](https://github.com/kaloureyes3/v4-clients/tree/main/v4-client-py) + +By clicking the above links to third-party clients, you will leave the dYdX Trading Inc. (“dYdX”) GitHub repository and join repositories made available by third parties, which are independent from and unaffiliated with dYdX. dYdX is not responsible for any action taken or content on third-party repositories. \ No newline at end of file diff --git a/v4-client-py/README.md b/v4-client-py/README.md index 5cd68ae6..b1ca89bf 100644 --- a/v4-client-py/README.md +++ b/v4-client-py/README.md @@ -15,6 +15,12 @@ Python client for dYdX (v4 API). The library is currently tested against Python versions 3.9, and 3.11. +# Third-party Client + +[Python Client](https://github.com/kaloureyes3/v4-clients/tree/main/v4-client-py) + +By clicking the above links to third-party clients, you will leave the dYdX Trading Inc. (“dYdX”) GitHub repository and join repositories made available by third parties, which are independent from and unaffiliated with dYdX. dYdX is not responsible for any action taken or content on third-party repositories. + ## Installation The `v4-client-py` package is available on [PyPI](https://pypi.org/project/v4-client-py). Install with `pip`: diff --git a/v4-client-py/pyproject.toml b/v4-client-py/pyproject.toml index e27c9dc0..b02940c0 100644 --- a/v4-client-py/pyproject.toml +++ b/v4-client-py/pyproject.toml @@ -5,7 +5,7 @@ package-dir = {"" = "v4_client_py"} [tool.poetry] name = "v4-client-py" -version = "1.0.1" +version = "1.0.2" description = "dYdX Chain Client" authors = ["John Huang "] license = "AGPL-3.0"