We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd654b4 commit da5ddaeCopy full SHA for da5ddae
cle/__init__.py
@@ -7,7 +7,7 @@
7
8
from __future__ import annotations
9
10
-__version__ = "9.2.145.dev0"
+__version__ = "9.2.146.dev0"
11
12
from .address_translator import AT, AddressTranslator
13
from .backends import (
setup.cfg
@@ -19,11 +19,11 @@ classifiers =
19
[options]
20
packages = find:
21
install_requires =
22
- archinfo==9.2.145.dev0
+ archinfo==9.2.146.dev0
23
cart
24
pefile
25
pyelftools>=0.27
26
- pyvex==9.2.145.dev0
+ pyvex==9.2.146.dev0
27
sortedcontainers>=2.0
28
python_requires = >=3.10
29
tests_require = cffi
0 commit comments