Skip to content

Commit

Permalink
Update version to 9.1.10913 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
angr-bot committed Dec 14, 2021
1 parent 97d7d54 commit a5be83b
Show file tree
Hide file tree
Showing 2 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, 0, "gitrolling")
__version__ = (9, 0, 10913)

if bytes is str:
raise Exception("""
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 134,7 @@ def run(self, *args):

setup(
name='angr',
version='9.1.gitrolling',
version='9.1.10913',
python_requires='>=3.6',
description='A multi-architecture binary analysis toolkit, with the ability to perform dynamic symbolic execution and various static analyses on binaries',
url='https://github.com/angr/angr',
Expand All @@ -150,11 150,11 @@ def run(self, *args):
'rpyc',
'cffi>=1.14.0',
_UNICORN,
'archinfo==9.1.gitrolling',
'claripy==9.1.gitrolling',
'cle==9.1.gitrolling',
'pyvex==9.1.gitrolling',
'ailment==9.1.gitrolling',
'archinfo==9.1.10913',
'claripy==9.1.10913',
'cle==9.1.10913',
'pyvex==9.1.10913',
'ailment==9.1.10913',
'GitPython',
'psutil',
'pycparser>=2.18',
Expand Down

0 comments on commit a5be83b

Please sign in to comment.