Skip to content

Commit

Permalink
Update version to 9.2.57.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Jun 20, 2023
1 parent 6b9f16e commit dca7f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The primary interface to CLE is the Loader class.
"""

__version__ = "9.2.56.dev0"
__version__ = "9.2.57.dev0"

from .address_translator import AT, AddressTranslator
from .backends import (
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = find:
install_requires =
pefile
pyelftools>=0.27
pyvex==9.2.56.dev0
pyvex==9.2.57.dev0
sortedcontainers>=2.0
python_requires = >=3.8
tests_require = cffi
Expand Down

0 comments on commit dca7f0f

Please sign in to comment.