Skip to content

Commit 8b3d2da

Browse files
Updated pyproject
1 parent 4b3631c commit 8b3d2da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[tool.poetry]
22
name = "raider"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Web authentication testing framework"
55
authors = ["Daniel Neagaru <daniel@digeex.de>"]
66
packages = [
77
{ include = "raider" }
88
]
99
license = "GPL-3.0-or-later"
1010
readme = "README.md"
11-
homepage = "https://github.com/OWASP/raider"
11+
homepage = "https://raiderauth.com/"
1212
repository = "https://github.com/OWASP/raider"
13-
documentation = "https://raider.readthedocs.io/en/latest/"
13+
documentation = "https://docs.raiderauth.com/en/latest/"
1414
include = [
1515
"LICENSE",
1616
"CHANGELOG.md",

0 commit comments

Comments
 (0)