We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d457760 commit 4b80cf5Copy full SHA for 4b80cf5
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[project]
6
name = "wddh"
7
-version = "1.0-rc1"
+version = "1.0.0"
8
description = "Parser for Windows Defender Detection history"
9
authors = [{name = "Billaud William", email = "william.billaud@orange.com"}]
10
license = "Apache License 2.0"
@@ -84,4 +84,4 @@ deps = ["ruff==0.12.11"]
84
"3.13" = ["3.13"]
85
"3.12" = ["3.12"]
86
"3.11" = ["3.11"]
87
-"3.10" = ["3.10"]
+"3.10" = ["3.10"]
0 commit comments