Skip to content

Commit de2948e

Browse files
Update version to 9.2.137 [ci skip]
1 parent 3e819ad commit de2948e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.137.dev0"
3+
__version__ = "9.2.137"
44

55

66
try:

Diff for: setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install_requires =
1919
PySide6-QtAds>=4.2.1
2020
QtAwesome
2121
QtPy
22-
angr[angrDB]==9.2.137.dev0
22+
angr[angrDB]==9.2.137
2323
bidict
2424
ipython
2525
pyqodeng>=0.0.10
@@ -61,7 +61,7 @@ pyinstaller =
6161
pyinstaller==6.10
6262
pillow;platform_system == "Darwin"
6363
keystone-engine
64-
archr==9.2.137.dev0;platform_system == "Linux"
64+
archr==9.2.137;platform_system == "Linux"
6565
testing =
6666
pytest
6767
pytest-xdist

0 commit comments

Comments
 (0)