Skip to content

Commit

Permalink
Update version to 9.2.7.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed May 31, 2022
1 parent 37215dd commit 5fb6634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angrop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "9.2.6.dev0"
__version__ = "9.2.7.dev0"

from . import rop
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ long_description_content_type = text/markdown

[options]
install_requires =
angr == 9.2.6.dev0
angr == 9.2.7.dev0
tqdm
python_requires = >= 3.6
packages = find:

0 comments on commit 5fb6634

Please sign in to comment.