Skip to content

Commit

Permalink
Update version to 9.2.20.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Sep 20, 2022
1 parent e277616 commit a77bcdc
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.19.dev0"
__version__ = "9.2.20.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.19.dev0
pyvex == 9.2.20.dev0
pefile
sortedcontainers >= 2.0
python_requires = >= 3.8
Expand Down

0 comments on commit a77bcdc

Please sign in to comment.