Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17358ce

Browse files
committedNov 26, 2024
Update version to 9.2.130 [ci skip]
1 parent 254e1ad commit 17358ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎archr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "9.2.130.dev0"
1+
__version__ = "9.2.130"
22

33
import logging
44

‎setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers =
1616
[options]
1717
packages = find:
1818
install_requires =
19-
cle==9.2.130.dev0
19+
cle==9.2.130
2020
docker
2121
nclib>=1.0.0rc3
2222
patchelf-wrapper
@@ -28,7 +28,7 @@ include_package_data = True
2828

2929
[options.extras_require]
3030
angr =
31-
angr==9.2.130.dev0
31+
angr==9.2.130
3232
bintrace =
3333
bintrace
3434
qtrace =

0 commit comments

Comments
 (0)
Please sign in to comment.