Skip to content

Commit

Permalink
Update version to 9.2.63.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Aug 1, 2023
1 parent 456d4b6 commit 93cfff1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion angr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pylint: disable=wildcard-import
# pylint: disable=wrong-import-position

__version__ = "9.2.62.dev0"
__version__ = "9.2.63.dev0"

if bytes is str:
raise Exception(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=59", "wheel", "pyvex==9.2.62.dev0", "unicorn==2.0.1.post1"]
requires = ["setuptools>=59", "wheel", "pyvex==9.2.63.dev0", "unicorn==2.0.1.post1"]
build-backend = "setuptools.build_meta"

[tool.black]
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ packages = find:
install_requires =
CppHeaderParser
GitPython
ailment==9.2.62.dev0
archinfo==9.2.62.dev0
ailment==9.2.63.dev0
archinfo==9.2.63.dev0
cachetools
capstone!=5.0.0rc2,>=3.0.5rc2
cffi>=1.14.0
claripy==9.2.62.dev0
cle==9.2.62.dev0
claripy==9.2.63.dev0
cle==9.2.63.dev0
dpkt
itanium-demangler
mulpyplexer
Expand All @@ -36,7 +36,7 @@ install_requires =
protobuf>=3.19.0
psutil
pycparser>=2.18
pyvex==9.2.62.dev0
pyvex==9.2.63.dev0
rich>=13.1.0
rpyc
sortedcontainers
Expand Down

0 comments on commit 93cfff1

Please sign in to comment.