From e0aec5541ed7091807e9b4e3bf4963c3116408f7 Mon Sep 17 00:00:00 2001 From: angr-bot Date: Tue, 26 May 2026 18:00:17 +0000 Subject: [PATCH] Update version to 9.2.219 --- angr/__init__.py | 2 +- pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/angr/__init__.py b/angr/__init__.py index 0a83115cf..d65375046 100644 --- a/angr/__init__.py +++ b/angr/__init__.py @@ -2,7 +2,7 @@ # pylint: disable=wrong-import-position from __future__ import annotations -__version__ = "9.2.219.dev0" +__version__ = "9.2.219" if bytes is str: raise Exception(""" diff --git a/pyproject.toml b/pyproject.toml index 068c14b62..d1fa4c485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=77.0.0", "setuptools-rust", "pyvex==9.2.219.dev0"] +requires = ["setuptools>=77.0.0", "setuptools-rust", "pyvex==9.2.219"] build-backend = "setuptools.build_meta" [project] @@ -18,12 +18,12 @@ requires-python = ">=3.12" dependencies = [ "cxxheaderparser", "GitPython", - "archinfo==9.2.219.dev0", + "archinfo==9.2.219", "cachetools", "capstone==5.0.6", "cffi>=1.14.0", - "claripy==9.2.219.dev0", - "cle==9.2.219.dev0", + "claripy==9.2.219", + "cle==9.2.219", "lmdb==2.1.1", "msgspec; implementation_name == 'cpython'", "mulpyplexer", @@ -34,7 +34,7 @@ dependencies = [ "platformdirs", "pydemumble", "pypcode~=4.0", - "pyvex==9.2.219.dev0", + "pyvex==9.2.219", "rich>=13.1.0", "rust-demangler==1.0", "sortedcontainers",