Skip to content

Commit

Permalink
Work with Py 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Dec 6, 2023
1 parent 9d7b2ba commit ae7890a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dailalib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.1"
__version__ = "2.1.2"

from .api import AIAPI, OpenAIAPI
from libbs.api import DecompilerInterface
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"openai>=1.0.0",
"libbs",
"tiktoken",
"varbert>=2.0.1"
"varbert>=2.0.2"
]
dynamic = ["version"]

Expand Down

0 comments on commit ae7890a

Please sign in to comment.