Skip to content

Commit a7acaec

Browse files
Update version to 9.2.147 [ci skip]
1 parent c8a8a45 commit a7acaec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angrmanagement/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "9.2.147.dev0"
3+
__version__ = "9.2.147"
44

55

66
try:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"PySide6-QtAds>=4.2.1",
1515
"QtAwesome==1.4.0",
1616
"QtPy",
17-
"angr[angrDB]==9.2.147.dev0",
17+
"angr[angrDB]==9.2.147",
1818
"bidict",
1919
"ipython",
2020
"pyqodeng>=0.0.10",
@@ -62,7 +62,7 @@ pyinstaller = [
6262
"pyinstaller==6.10",
6363
"pillow;platform_system == \"Darwin\"",
6464
"keystone-engine",
65-
"archr==9.2.147.dev0;platform_system == \"Linux\"",
65+
"archr==9.2.147;platform_system == \"Linux\"",
6666
]
6767
testing = [
6868
"pytest",

0 commit comments

Comments
 (0)