diff --git a/pyvex/__init__.py b/pyvex/__init__.py index 2cb069d0..03fb3cb9 100644 --- a/pyvex/__init__.py +++ b/pyvex/__init__.py @@ -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.76.dev0" +__version__ = "9.2.77.dev0" from . import const, expr, stmt from .block import IRSB, IRTypeEnv diff --git a/setup.cfg b/setup.cfg index 2ea10ca5..1d1a1910 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ classifiers = [options] packages = find: install_requires = - archinfo==9.2.76.dev0 + archinfo==9.2.77.dev0 bitstring cffi>=1.0.3;implementation_name == 'cpython' python_requires = >=3.8