From 07c66cf05176683e0b23e0e244aac7492fa3612a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:04:52 +0000 Subject: [PATCH] Update version to 9.2.104.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 838caeaa..27122c45 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.103.dev0" +__version__ = "9.2.104.dev0" from . import const, expr, stmt from .arches import (