We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e70bb commit 38fd865Copy full SHA for 38fd865
archr/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "9.2.146.dev0"
+__version__ = "9.2.146"
2
3
import logging
4
setup.cfg
@@ -16,7 +16,7 @@ classifiers =
16
[options]
17
packages = find:
18
install_requires =
19
- cle==9.2.146.dev0
+ cle==9.2.146
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.146.dev0
+ angr==9.2.146
32
bintrace =
33
bintrace
34
qtrace =
0 commit comments