We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2048489 commit bd99ef3Copy full SHA for bd99ef3
angrmanagement/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "9.2.127.dev0"
+__version__ = "9.2.127"
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.127.dev0
+ angr[angrDB]==9.2.127
23
bidict
24
ipython
25
pyqodeng>=0.0.10
@@ -56,7 +56,7 @@ pyinstaller =
56
pyinstaller==6.10
57
pillow;platform_system == "Darwin"
58
keystone-engine
59
- archr==9.2.127.dev0;platform_system == "Linux"
+ archr==9.2.127;platform_system == "Linux"
60
testing =
61
pytest
62
pytest-xdist
0 commit comments