Skip to content

Commit

Permalink
Fix a regression in Ghidra backend (LibBS bump) (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz authored Feb 21, 2024
1 parent 1290a38 commit e0f229e
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.2.7"
__version__ = "2.2.8"

from .api import AIAPI, OpenAIAPI
from libbs.api import DecompilerInterface
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ long_description_content_type = text/markdown
[options]
install_requires =
openai>=1.0.0
libbs>=0.19.0
libbs>=0.23.0
tiktoken
varbert>=2.0.10

Expand Down

0 comments on commit e0f229e

Please sign in to comment.