We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32940c commit a5f9e47Copy full SHA for a5f9e47
angrmanagement/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "9.2.205.dev0"
+__version__ = "9.2.205"
4
5
6
try:
pyproject.toml
@@ -15,9 +15,9 @@ dependencies = [
15
"PySide6-QtAds>=4.2.1",
16
"QtAwesome==1.4.0",
17
"QtPy",
18
- "angr[angrDB]==9.2.205.dev0",
+ "angr[angrDB]==9.2.205",
19
"bidict",
20
- "cle==9.2.205.dev0",
+ "cle==9.2.205",
21
"ipython",
22
"pyqodeng>=0.0.10",
23
"requests[socks]",
0 commit comments