diff --git a/cle/__init__.py b/cle/__init__.py index c63f6a3c..ea1f966a 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.66.dev0" +__version__ = "9.2.67.dev0" from .address_translator import AT, AddressTranslator from .backends import ( diff --git a/setup.cfg b/setup.cfg index c0365269..4fec4449 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ packages = find: install_requires = pefile pyelftools>=0.27 - pyvex==9.2.66.dev0 + pyvex==9.2.67.dev0 sortedcontainers>=2.0 python_requires = >=3.8 tests_require = cffi