We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef8f8c commit 48001feCopy full SHA for 48001fe
archr/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "9.2.147.dev0"
+__version__ = "9.2.148.dev0"
2
3
import logging
4
setup.cfg
@@ -16,7 +16,7 @@ classifiers =
16
[options]
17
packages = find:
18
install_requires =
19
- cle==9.2.147.dev0
+ cle==9.2.148.dev0
20
docker
21
nclib>=1.0.0rc3
22
patchelf-wrapper
@@ -28,7 +28,7 @@ include_package_data = True
28
29
[options.extras_require]
30
angr =
31
- angr==9.2.147.dev0
+ angr==9.2.148.dev0
32
bintrace =
33
bintrace
34
qtrace =
0 commit comments