Skip to content

Commit f751873

Browse files
committed
Update version to 9.3.1.dev0 [ci skip]
1 parent 421cd61 commit f751873

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import annotations
99

10-
__version__ = "9.3.0.dev0"
10+
__version__ = "9.3.1.dev0"
1111

1212
from .address_translator import AT, AddressTranslator
1313
from .backends import (

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ classifiers = [
1717
dynamic = ["version"]
1818
requires-python = ">=3.12"
1919
dependencies = [
20-
"archinfo==9.3.0.dev0",
20+
"archinfo==9.3.1.dev0",
2121
"arpy==1.1.1",
2222
"cart",
2323
"minidump>=0.0.10",
2424
"pefile==2024.8.26",
2525
"pyelftools>=0.29",
26-
"pyvex==9.3.0.dev0",
26+
"pyvex==9.3.1.dev0",
2727
"pyxbe~=1.0.3",
2828
"pyxdia~=0.1",
2929
"sortedcontainers>=2.0",

0 commit comments

Comments
 (0)