Skip to content

Commit

Permalink
Fix IDA import (libbs bump) (#59)
Browse files Browse the repository at this point in the history
* Fix IDA import (libbs bump)

* bump
  • Loading branch information
mahaloz authored Sep 20, 2024
1 parent cb76283 commit 4a41f8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- name: Install build
run: pip install build
- name: Build dists
Expand Down
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.0"
__version__ = "3.8.1"

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.23.1
libbs>=1.25.0

python_requires = >= 3.10
include_package_data = True
Expand Down

0 comments on commit 4a41f8f

Please sign in to comment.