Skip to content

Commit

Permalink
Update version to 9.2.103.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed May 7, 2024
1 parent 9ed5973 commit 1ba8b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angrmanagement/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "9.2.102.dev0"
__version__ = "9.2.103.dev0"


try:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install_requires =
PySide6-QtAds>=4.2.1
QtAwesome
QtPy
angr[angrDB]==9.2.102.dev0
angr[angrDB]==9.2.103.dev0
bidict
ipython
pyqodeng>=0.0.10
Expand Down Expand Up @@ -55,7 +55,7 @@ pyinstaller =
pyinstaller==6.5.0
pillow;platform_system == "Darwin"
keystone-engine
archr==9.2.102.dev0;platform_system == "Linux"
archr==9.2.103.dev0;platform_system == "Linux"
testing =
pytest
pytest-xdist
Expand Down

0 comments on commit 1ba8b6b

Please sign in to comment.