diff --git a/cle/__init__.py b/cle/__init__.py index f4eb6a2b..72eb9717 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.76.dev0" +__version__ = "9.2.77.dev0" from .address_translator import AT, AddressTranslator from .backends import ( diff --git a/setup.cfg b/setup.cfg index 88ebf2db..1623d610 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ packages = find: install_requires = pefile pyelftools>=0.27 - pyvex==9.2.76.dev0 + pyvex==9.2.77.dev0 sortedcontainers>=2.0 python_requires = >=3.8 tests_require = cffi