diff --git a/pyvex/__init__.py b/pyvex/__init__.py index 25520e99..0330f7ab 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.82.dev0" +__version__ = "9.2.83.dev0" from . import const, expr, stmt from .arches import (