GP-4487: Increment TraceRMI to version 11.1

This commit is contained in:
Dan 2024-04-23 11:17:42 -04:00
parent b9ebd7c83d
commit b9a23d3b50
5 changed files with 12 additions and 8 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ghidradbg"
version = "10.4"
version = "11.1"
authors = [
{ name="Ghidra Development Team" },
]
@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"ghidratrace==10.4",
"ghidratrace==11.1",
"pybag>=2.2.10"
]