Skip to content

Commit

Permalink
Update version to 9.2.102.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Apr 30, 2024
1 parent 1f3c2ca commit a1f2d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.101.dev0"
__version__ = "9.2.102.dev0"

from .address_translator import AT, AddressTranslator
from .backends import (
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ classifiers =
[options]
packages = find:
install_requires =
archinfo==9.2.101.dev0
archinfo==9.2.102.dev0
pefile
pyelftools>=0.27
pyvex==9.2.101.dev0
pyvex==9.2.102.dev0
sortedcontainers>=2.0
python_requires = >=3.8
tests_require = cffi
Expand Down

0 comments on commit a1f2d9c

Please sign in to comment.