From d90c46322e6d8d2da10484b94045f1021ac12694 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:25:04 +0000 Subject: [PATCH] Update version to 9.2.134.dev0 [ci skip] --- pyvex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyvex/__init__.py b/pyvex/__init__.py index a5799a01..163316ee 100644 --- a/pyvex/__init__.py +++ b/pyvex/__init__.py @@ -3,7 +3,7 @@ For an introduction to VEX, take a look here: https://docs.angr.io/advanced-topics/ir """ -__version__ = "9.2.133.dev0" +__version__ = "9.2.134.dev0" from . import const, expr, stmt from .arches import (