diff --git a/cle/__init__.py b/cle/__init__.py index 51eae442..230f7d12 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.68.dev0" +__version__ = "9.2.69.dev0" from .address_translator import AT, AddressTranslator from .backends import ( diff --git a/setup.cfg b/setup.cfg index 056da360..1d6a77fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ packages = find: install_requires = pefile pyelftools>=0.27 - pyvex==9.2.68.dev0 + pyvex==9.2.69.dev0 sortedcontainers>=2.0 python_requires = >=3.8 tests_require = cffi