Skip to content

Commit

Permalink
Update version to 9.2.83.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Dec 26, 2023
1 parent 33b3a81 commit 4188a13
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.82.dev0"
__version__ = "9.2.83.dev0"

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

0 comments on commit 4188a13

Please sign in to comment.