Skip to content

Commit

Permalink
Update version to 9.2.114.dev0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2024
1 parent c3cfa59 commit 9cd689c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import annotations

__version__ = "9.2.113.dev0"
__version__ = "9.2.114.dev0"

from .address_translator import AT, AddressTranslator
from .backends import (
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ classifiers =
[options]
packages = find:
install_requires =
archinfo==9.2.113.dev0
archinfo==9.2.114.dev0
cart
pefile
pyelftools>=0.27
pyvex==9.2.113.dev0
pyvex==9.2.114.dev0
sortedcontainers>=2.0
python_requires = >=3.10
tests_require = cffi
Expand Down

0 comments on commit 9cd689c

Please sign in to comment.