Skip to content

Commit

Permalink
frank/update driftpy (#39)
Browse files Browse the repository at this point in the history
* update driftpy

* version
  • Loading branch information
soundsonacid committed Mar 6, 2024
1 parent a3db2b0 commit fe0d403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "drift_jit_proxy"
version = "0.1.1"
version = "0.1.2"
description = "python sdk for drift protocol v2 jit proxy program"
authors = ["Frank <[email protected]>"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ python = "^3.10"
python-dotenv = "^1.0.0"
solana = "^0.30.1"
anchorpy = "^0.17.1"
driftpy = "^0.7.20"
driftpy = "^0.7.34"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit fe0d403

Please sign in to comment.