We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5db8a commit 365a66aCopy full SHA for 365a66a
python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "drift_jit_proxy"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "python sdk for drift protocol v2 jit proxy program"
5
authors = ["Frank <[email protected]>"]
6
readme = "README.md"
@@ -13,7 +13,7 @@ python = "^3.10"
13
python-dotenv = "^1.0.0"
14
solana = "^0.30.1"
15
anchorpy = "^0.17.1"
16
-driftpy = "0.7.35"
+driftpy = "^0.7.38"
17
18
[build-system]
19
requires = ["poetry-core"]
0 commit comments