Skip to content

Commit 4b29a23

Browse files
Update version to 9.2.142 [ci skip]
1 parent 3255cbe commit 4b29a23

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.142.dev0"
3+
__version__ = "9.2.142"
44

55

66
try:

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.142.dev0
22+
angr[angrDB]==9.2.142
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.142.dev0;platform_system == "Linux"
64+
archr==9.2.142;platform_system == "Linux"
6565
testing =
6666
pytest
6767
pytest-xdist

0 commit comments

Comments
 (0)