Skip to content

Commit

Permalink
Update version to 9.2.81.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Dec 5, 2023
1 parent 0f32e9d commit ee41f1a
Showing 1 changed file with 1 addition and 1 deletion.
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.80.dev0"
__version__ = "9.2.81.dev0"

from . import const, expr, stmt
from .arches import (
Expand Down

0 comments on commit ee41f1a

Please sign in to comment.