diff --git a/cle/__init__.py b/cle/__init__.py index 2970d122..8a67e6df 100644 --- a/cle/__init__.py +++ b/cle/__init__.py @@ -7,7 +7,7 @@ from __future__ import annotations -__version__ = "9.2.125.dev0" +__version__ = "9.2.126.dev0" from .address_translator import AT, AddressTranslator from .backends import ( diff --git a/setup.cfg b/setup.cfg index 4b1522cf..e5b9ea43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,11 +19,11 @@ classifiers = [options] packages = find: install_requires = - archinfo==9.2.125.dev0 + archinfo==9.2.126.dev0 cart pefile pyelftools>=0.27 - pyvex==9.2.125.dev0 + pyvex==9.2.126.dev0 sortedcontainers>=2.0 python_requires = >=3.10 tests_require = cffi