Skip to content

Commit

Permalink
Version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Oct 25, 2023
1 parent ee17f1e commit 62f2dfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hyperliquid/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit 62f2dfd

Please sign in to comment.