Skip to content

Commit

Permalink
Update version to 9.2.106.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2024
1 parent f3a8601 commit a64e255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "9.2.105.dev0"
__version__ = "9.2.106.dev0"

import logging

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers =
[options]
packages = find:
install_requires =
cle==9.2.105.dev0
cle==9.2.106.dev0
docker
nclib>=1.0.0rc3
patchelf-wrapper
Expand All @@ -28,7 +28,7 @@ include_package_data = True

[options.extras_require]
angr =
angr==9.2.105.dev0
angr==9.2.106.dev0
bintrace =
bintrace
qtrace =
Expand Down

0 comments on commit a64e255

Please sign in to comment.