Skip to content

Commit

Permalink
fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Jan 6, 2024
1 parent e32dee3 commit f0baae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion decomp2dbg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.8.0"
__version__ = "3.8.1"

try:
from .clients.client import DecompilerClient
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ long_description_content_type = text/markdown
install_requires =
sortedcontainers
pyelftools
libbs>=0.10.0
libbs>=0.12.0

python_requires = >= 3.5
include_package_data = True
Expand Down

0 comments on commit f0baae1

Please sign in to comment.