Skip to content

Commit fe0d403

Browse files
authored
frank/update driftpy (#39)
* update driftpy * version
1 parent a3db2b0 commit fe0d403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drift_jit_proxy"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "python sdk for drift protocol v2 jit proxy program"
55
authors = ["Frank <[email protected]>"]
66
readme = "README.md"
@@ -13,7 +13,7 @@ python = "^3.10"
1313
python-dotenv = "^1.0.0"
1414
solana = "^0.30.1"
1515
anchorpy = "^0.17.1"
16-
driftpy = "^0.7.20"
16+
driftpy = "^0.7.34"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

0 commit comments

Comments
 (0)