Skip to content

Commit bd99ef3

Browse files
Update version to 9.2.127 [ci skip]
1 parent 2048489 commit bd99ef3

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.127.dev0"
3+
__version__ = "9.2.127"
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.127.dev0
22+
angr[angrDB]==9.2.127
2323
bidict
2424
ipython
2525
pyqodeng>=0.0.10
@@ -56,7 +56,7 @@ pyinstaller =
5656
pyinstaller==6.10
5757
pillow;platform_system == "Darwin"
5858
keystone-engine
59-
archr==9.2.127.dev0;platform_system == "Linux"
59+
archr==9.2.127;platform_system == "Linux"
6060
testing =
6161
pytest
6262
pytest-xdist

0 commit comments

Comments
 (0)