From e944cd5490c85280c96fc3a5ff564fc9f8f3ec98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:25:07 +0000 Subject: [PATCH] Update version to 9.2.127.dev0 [ci skip] --- cle/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cle/__init__.py b/cle/__init__.py index 8a67e6df..0f93d650 100644 --- a/cle/__init__.py +++ b/cle/__init__.py @@ -7,7 +7,7 @@ from __future__ import annotations -__version__ = "9.2.126.dev0" +__version__ = "9.2.127.dev0" from .address_translator import AT, AddressTranslator from .backends import ( diff --git a/setup.cfg b/setup.cfg index e5b9ea43..5af54dda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,11 +19,11 @@ classifiers = [options] packages = find: install_requires = - archinfo==9.2.126.dev0 + archinfo==9.2.127.dev0 cart pefile pyelftools>=0.27 - pyvex==9.2.126.dev0 + pyvex==9.2.127.dev0 sortedcontainers>=2.0 python_requires = >=3.10 tests_require = cffi