Skip to content

Commit

Permalink
Merge branch 'master' of github.com:angr/cle
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Aug 2, 2022
2 parents a631dbc + 585b378 commit b631940
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.12.dev0"
__version__ = "9.2.13.dev0"

if bytes is str:
raise Exception("This module is designed for python 3 only. Please install an older version to use python 2.")
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ long_description_content_type = text/markdown
[options]
install_requires =
pyelftools >= 0.27
pyvex == 9.2.12.dev0
pyvex == 9.2.13.dev0
pefile
sortedcontainers >= 2.0
python_requires = >= 3.8
Expand Down

0 comments on commit b631940

Please sign in to comment.