We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a8a45 commit a7acaecCopy full SHA for a7acaec
angrmanagement/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "9.2.147.dev0"
+__version__ = "9.2.147"
4
5
6
try:
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
"PySide6-QtAds>=4.2.1",
15
"QtAwesome==1.4.0",
16
"QtPy",
17
- "angr[angrDB]==9.2.147.dev0",
+ "angr[angrDB]==9.2.147",
18
"bidict",
19
"ipython",
20
"pyqodeng>=0.0.10",
@@ -62,7 +62,7 @@ pyinstaller = [
62
"pyinstaller==6.10",
63
"pillow;platform_system == \"Darwin\"",
64
"keystone-engine",
65
- "archr==9.2.147.dev0;platform_system == \"Linux\"",
+ "archr==9.2.147;platform_system == \"Linux\"",
66
]
67
testing = [
68
"pytest",
0 commit comments