diff --git a/angrmanagement/__init__.py b/angrmanagement/__init__.py index c013a0494..f4a7b6cf5 100644 --- a/angrmanagement/__init__.py +++ b/angrmanagement/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "9.2.102.dev0" +__version__ = "9.2.103.dev0" try: diff --git a/setup.cfg b/setup.cfg index a08554a7b..6f4d4a5f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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