Skip to content

Commit

Permalink
Update version to 9.2.106.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2024
1 parent 39ae81a commit 804d09b
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.105.dev0"
__version__ = "9.2.106.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 @@ -18,11 +18,11 @@ classifiers =
[options]
packages = find:
install_requires =
archinfo==9.2.105.dev0
archinfo==9.2.106.dev0
cart
pefile
pyelftools>=0.27
pyvex==9.2.105.dev0
pyvex==9.2.106.dev0
sortedcontainers>=2.0
python_requires = >=3.10
tests_require = cffi
Expand Down

0 comments on commit 804d09b

Please sign in to comment.