diff --git a/python/pyproject.toml b/python/pyproject.toml index 60df5ab..18ff48c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hyperliquid-sdk" -version = "0.7.6" +version = "0.8.0" description = "Community SDK for Hyperliquid. One line to place orders, zero ceremony. HyperCore, HyperEVM, WebSocket and gRPC streams. Not affiliated with Hyperliquid Foundation." readme = "README.md" license = "MIT" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a83b1f9..ac9c512 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quicknode-hyperliquid-sdk" -version = "0.1.10" +version = "0.2.0" edition = "2021" license = "MIT" authors = ["QuickNode "] diff --git a/typescript/package.json b/typescript/package.json index eae0b94..d16089b 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@quicknode/hyperliquid-sdk", - "version": "0.1.10", + "version": "0.2.0", "description": "Community SDK for Hyperliquid. One line to place orders, zero ceremony. HyperCore, HyperEVM, WebSocket and gRPC streams. Not affiliated with Hyperliquid Foundation.", "main": "dist/index.js", "module": "dist/index.mjs",