We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cc576 commit 07e10d9Copy full SHA for 07e10d9
angrmanagement/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "9.2.139.dev0"
+__version__ = "9.2.139"
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.139.dev0
+ angr[angrDB]==9.2.139
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.139.dev0;platform_system == "Linux"
+ archr==9.2.139;platform_system == "Linux"
65
testing =
66
pytest
67
pytest-xdist
0 commit comments