Skip to content

Commit

Permalink
bump: 1.0.3 and Update documentation URL in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 10, 2024
1 parent e350e76 commit e55a351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This package provides Python functions to validate various forms fields.

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

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

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "multiform-validator"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="Gabriel Logan" },
]
Expand All @@ -21,5 +21,5 @@ classifiers = [
]

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

0 comments on commit e55a351

Please sign in to comment.