We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3255cbe commit 4b29a23Copy full SHA for 4b29a23
angrmanagement/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "9.2.142.dev0"
+__version__ = "9.2.142"
4
5
6
try:
setup.cfg
@@ -19,7 +19,7 @@ install_requires =
19
PySide6-QtAds>=4.2.1
20
QtAwesome
21
QtPy
22
- angr[angrDB]==9.2.142.dev0
+ angr[angrDB]==9.2.142
23
bidict
24
ipython
25
pyqodeng>=0.0.10
@@ -61,7 +61,7 @@ pyinstaller =
61
pyinstaller==6.10
62
pillow;platform_system == "Darwin"
63
keystone-engine
64
- archr==9.2.142.dev0;platform_system == "Linux"
+ archr==9.2.142;platform_system == "Linux"
65
testing =
66
pytest
67
pytest-xdist
0 commit comments