1
0
mirror of https://github.com/angr/pyvex synced 2026-06-21 13:47:01 +00:00

Update version to 9.2.197.dev0 [ci skip]

This commit is contained in:
github-actions[bot]
2026-01-29 02:10:31 +00:00
parent 171597f837
commit 3f92fece71
+1 -1
View File
@@ -3,7 +3,7 @@ PyVEX provides an interface that translates binary code into the VEX intermediat
For an introduction to VEX, take a look here: https://docs.angr.io/advanced-topics/ir
"""
__version__ = "9.2.196.dev0"
__version__ = "9.2.197.dev0"
from . import const, expr, stmt
from .arches import (