From c6211b4d51b11afaab3992908999229bf9a11299 Mon Sep 17 00:00:00 2001 From: angr release bot Date: Tue, 7 Nov 2023 17:17:56 +0000 Subject: [PATCH] Update version to 9.2.77.dev0 [ci skip] --- pyvex/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyvex/__init__.py b/pyvex/__init__.py index 2cb069d0..03fb3cb9 100644 --- a/pyvex/__init__.py +++ b/pyvex/__init__.py @@ -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.76.dev0" +__version__ = "9.2.77.dev0" from . import const, expr, stmt from .block import IRSB, IRTypeEnv diff --git a/setup.cfg b/setup.cfg index 2ea10ca5..1d1a1910 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ classifiers = [options] packages = find: install_requires = - archinfo==9.2.76.dev0 + archinfo==9.2.77.dev0 bitstring cffi>=1.0.3;implementation_name == 'cpython' python_requires = >=3.8