Skip to content

Commit

Permalink
Update version to 9.2.60.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Jul 11, 2023
1 parent 0cbce0b commit a8b4f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyvex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PyVEX provides an interface that translates binary code into the VEX intermediate representation (IR).
For an introduction to VEX, take a look here: https://docs.angr.io/advanced-topics/ir
"""
__version__ = "9.2.59.dev0"
__version__ = "9.2.60.dev0"

from . import const, expr, stmt
from .block import IRSB, IRTypeEnv
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
[options]
packages = find:
install_requires =
archinfo==9.2.59.dev0
archinfo==9.2.60.dev0
bitstring
cffi>=1.0.3;implementation_name == 'cpython'
python_requires = >=3.8
Expand Down

0 comments on commit a8b4f07

Please sign in to comment.