Skip to content

Commit 07e10d9

Browse files
Update version to 9.2.139 [ci skip]
1 parent d1cc576 commit 07e10d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angrmanagement/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

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

55

66
try:

setup.cfg

Lines changed: 2 additions & 2 deletions
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.139.dev0
22+
angr[angrDB]==9.2.139
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.139.dev0;platform_system == "Linux"
64+
archr==9.2.139;platform_system == "Linux"
6565
testing =
6666
pytest
6767
pytest-xdist

0 commit comments

Comments
 (0)