Skip to content

Commit

Permalink
bump libbs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Sep 27, 2024
1 parent 4a41f8f commit 333bd33
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__ = "3.8.1"
__version__ = "3.8.2"

from .api import AIAPI, LiteLLMAIAPI
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 @@ -17,7 +17,7 @@ install_requires =
litellm>=1.44.27
tiktoken
Jinja2
libbs>=1.25.0
libbs>=1.26.0

python_requires = >= 3.10
include_package_data = True
Expand Down

0 comments on commit 333bd33

Please sign in to comment.