Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr232 committed Feb 22, 2025
1 parent 202c34c commit 950e2c1
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,15 @@ name = "sark"
description = "IDA Scripting Library"
readme = "README.rst"
license = "MIT"
version = "8.2.1"
authors = [
{ name = "Tamir Bahar", email = "" },
]
dependencies = [
"networkx >= 2.0.0",
"wrapt",
]
version = "9.0.0"
authors = [{ name = "Tamir Bahar", email = "" }]
dependencies = ["networkx >= 2.0.0", "wrapt"]

[project.optional-dependencies]
dev = [
"keystone-engine == 0.9.2",
"approvaltests >= 10.1.0"
]
dev = ["keystone-engine == 0.9.2", "approvaltests >= 10.1.0"]

[project.urls]
Homepage = "https://github.com/tmr232/Sark"

[tool.hatch.build.targets.sdist]
include = [
"/sark",
]

include = ["/sark"]

0 comments on commit 950e2c1

Please sign in to comment.