From 162855e6ea3678c6a1b836683d4173c37148ac66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:24:06 +0000 Subject: [PATCH] Update version to 9.2.137.dev0 [ci skip] --- angrmanagement/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angrmanagement/__init__.py b/angrmanagement/__init__.py index 78ca30a5a..ac426c7f2 100644 --- a/angrmanagement/__init__.py +++ b/angrmanagement/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "9.2.136.dev0" +__version__ = "9.2.137.dev0" try: diff --git a/setup.cfg b/setup.cfg index e535fd14a..f69bb2fa9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ install_requires = PySide6-QtAds>=4.2.1 QtAwesome QtPy - angr[angrDB]==9.2.136.dev0 + angr[angrDB]==9.2.137.dev0 bidict ipython pyqodeng>=0.0.10 @@ -61,7 +61,7 @@ pyinstaller = pyinstaller==6.10 pillow;platform_system == "Darwin" keystone-engine - archr==9.2.136.dev0;platform_system == "Linux" + archr==9.2.137.dev0;platform_system == "Linux" testing = pytest pytest-xdist