Skip to content

Commit e55a351

Browse files
committed
bump: 1.0.3 and Update documentation URL in README.md
1 parent e350e76 commit e55a351

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This package provides Python functions to validate various forms fields.
88

9-
Documentation: https://multiform-validator.vercel.app/documentation/py
9+
Documentation: https://multiformvalidator.netlify.app/documentation/py
1010

1111
Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan!
1212

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "multiform-validator"
9-
version = "1.0.2"
9+
version = "1.0.3"
1010
authors = [
1111
{ name="Gabriel Logan" },
1212
]
@@ -21,5 +21,5 @@ classifiers = [
2121
]
2222

2323
[project.urls]
24-
"Homepage" = "https://multiform-validator.vercel.app/documentation"
25-
"Bug Tracker" = "https://github.com/gabriel-logan/multiform-validator/tree/main/packages/python"
24+
"Homepage" = "https://multiformvalidator.netlify.app/documentation"
25+
"Bug Tracker" = "https://github.com/Multiform-Validator/python"

0 commit comments

Comments
 (0)