diff --git a/angr/__init__.py b/angr/__init__.py index 231644083..c4a57ddd2 100644 --- a/angr/__init__.py +++ b/angr/__init__.py @@ -1,7 +1,7 @@ # pylint: disable=wrong-import-position from __future__ import annotations -__version__ = "9.3.0.dev0" +__version__ = "9.3.0" if bytes is str: raise Exception(""" diff --git a/pyproject.toml b/pyproject.toml index 3eaf6af81..0f20b1022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=77.0.0", "setuptools-rust", "pyvex==9.3.0.dev0"] +requires = ["setuptools>=77.0.0", "setuptools-rust", "pyvex==9.3.0"] build-backend = "setuptools.build_meta" [project] @@ -19,12 +19,12 @@ dependencies = [ "cxxheaderparser", "GitPython", "angr-data~=0.1.0", - "archinfo==9.3.0.dev0", + "archinfo==9.3.0", "cachetools", "capstone==5.0.6", "cffi>=1.14.0", - "claripy==9.3.0.dev0", - "cle==9.3.0.dev0", + "claripy==9.3.0", + "cle==9.3.0", "lmdb==2.1.1", "msgspec; implementation_name == 'cpython'", "mulpyplexer", @@ -35,7 +35,7 @@ dependencies = [ "platformdirs", "pydemumble==0.0.1", "pypcode~=4.0", - "pyvex==9.3.0.dev0", + "pyvex==9.3.0", "rich>=13.1.0", "rust-demangler==1.0", "sortedcontainers",