Skip to content

Commit

Permalink
(fix) Updated incorrect deprecation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmoa committed Nov 20, 2024
1 parent 3c3b2e4 commit 398e523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyinjective/composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ def MsgGrantTyped(
**kwargs,
):
"""
This method is deprecated and will be removed soon. Please use `fetch_l3_spot_orderbook_v2` instead
This method is deprecated and will be removed soon. Please use `create_typed_msg_grant` instead
"""
warn("This method is deprecated. Use create_typed_msg_grant instead", DeprecationWarning, stacklevel=2)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "injective-py"
version = "1.9.0-pre2"
version = "1.9.0-pre"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <contact@injectivelabs.org>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 398e523

Please sign in to comment.