Skip to content

Commit f604f67

Browse files
committed
release v0.7.3
1 parent 6a23f7d commit f604f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tool.poetry]
22
name = "checksec-py"
3-
version = "0.7.1"
3+
version = "0.7.3"
44
description = "Checksec tool implemented in Python"
55
authors = ["Mathieu Tarral <[email protected]>"]
66
readme = "README.md"
7-
packages = [{include = "checksec"}]
7+
packages = [{ include = "checksec" }]
88
license = "GPL-3.0-only"
99
repository = "https://github.com/Wenzel/checksec.py"
1010
keywords = ["checksec", "security", "ELF", "PE", "binary"]

0 commit comments

Comments
 (0)