From 62f2dfdc56ca88fec1f68f71074452f0d9ad55fa Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 25 Oct 2023 16:50:57 -0400 Subject: [PATCH] Version 0.1.13 --- hyperliquid/info.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hyperliquid/info.py b/hyperliquid/info.py index 1f355b8..3b801ce 100644 --- a/hyperliquid/info.py +++ b/hyperliquid/info.py @@ -32,7 +32,6 @@ def user_state(self, address: str) -> Any: }, liquidationPx: Optional[float string] marginUsed: float string, - maxTradeSzs: List[float string], positionValue: float string, returnOnEquity: float string, szi: float string, diff --git a/pyproject.toml b/pyproject.toml index 6b0dce0..ffe6e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hyperliquid-python-sdk" -version = "0.1.12" +version = "0.1.13" description = "SDK for Hyperliquid API trading with Python." readme = "README.md" authors = ["Hyperliquid "]