Skip to content

Commit f59969b

Browse files
authored
frank/update driftpy
* chore: update driftpy 0.7.19 -> 0.7.20 * silence all the annoying mypy linter errors * forgot this
1 parent c653c62 commit f59969b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drift_jit_proxy"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "python sdk for drift protocol v2 jit proxy program"
55
authors = ["Frank <frank@lunoho.company>"]
66
readme = "README.md"

python/sdk/jit_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)