Skip to content

Commit 141d136

Browse files
committed
Update version to 9.2.24.dev0 [ci skip]
1 parent b448ba2 commit 141d136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The primary interface to CLE is the Loader class.
66
"""
77

8-
__version__ = "9.2.23.dev0"
8+
__version__ = "9.2.24.dev0"
99

1010
if bytes is str:
1111
raise Exception("This module is designed for python 3 only. Please install an older version to use python 2.")

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ long_description_content_type = text/markdown
1818
[options]
1919
install_requires =
2020
pyelftools >= 0.27
21-
pyvex == 9.2.23.dev0
21+
pyvex == 9.2.24.dev0
2222
pefile
2323
sortedcontainers >= 2.0
2424
python_requires = >= 3.8

0 commit comments

Comments
 (0)