From 845528a628b768e643890dc5f88c50c2925ae789 Mon Sep 17 00:00:00 2001 From: angr release bot Date: Tue, 27 Jun 2023 17:13:50 +0000 Subject: [PATCH] Update version to 9.2.58.dev0 [ci skip] --- cle/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cle/__init__.py b/cle/__init__.py index d36c039b..58ca652a 100644 --- a/cle/__init__.py +++ b/cle/__init__.py @@ -5,7 +5,7 @@ The primary interface to CLE is the Loader class. """ -__version__ = "9.2.57.dev0" +__version__ = "9.2.58.dev0" from .address_translator import AT, AddressTranslator from .backends import ( diff --git a/setup.cfg b/setup.cfg index 63914ba7..1cf15454 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ packages = find: install_requires = pefile pyelftools>=0.27 - pyvex==9.2.57.dev0 + pyvex==9.2.58.dev0 sortedcontainers>=2.0 python_requires = >=3.8 tests_require = cffi