We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3631c commit 8b3d2daCopy full SHA for 8b3d2da
pyproject.toml
@@ -1,16 +1,16 @@
1
[tool.poetry]
2
name = "raider"
3
- version = "0.3.0"
+ version = "0.3.1"
4
description = "Web authentication testing framework"
5
authors = ["Daniel Neagaru <daniel@digeex.de>"]
6
packages = [
7
{ include = "raider" }
8
]
9
license = "GPL-3.0-or-later"
10
readme = "README.md"
11
- homepage = "https://github.com/OWASP/raider"
+ homepage = "https://raiderauth.com/"
12
repository = "https://github.com/OWASP/raider"
13
- documentation = "https://raider.readthedocs.io/en/latest/"
+ documentation = "https://docs.raiderauth.com/en/latest/"
14
include = [
15
"LICENSE",
16
"CHANGELOG.md",
0 commit comments