Skip to content

Commit

Permalink
feat: atualiza readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Mar 29, 2024
1 parent 7e5eda3 commit 8ea6fcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Pydantic BR Validator
# Pydantic BR Validator 🇧🇷

<p align="center">
<a href="https://sqlmodel.tiangolo.com"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Flag_of_Brazil.svg/1600px-Flag_of_Brazil.svg.png" alt="Pydantic BR Validator"></a>
</p>
<p align="center">
<em>Uma biblioteca python com modelos de validação para os principais documentos brasileiros.</em>
</p>
Expand Down
2 changes: 1 addition & 1 deletion pydantic_br_validator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .field_erros import * # noqa

__version__ = "0.5.0"
__version__ = "0.6.0"


if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-br-validator"
version = "0.5.0"
version = "0.6.0"
description = "Uma biblioteca python com modelos de validação para os principais documentos brasileiros"
authors = ["Hudson Brendon <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert __version__ == "0.5.0"
assert __version__ == "0.6.0"

0 comments on commit 8ea6fcb

Please sign in to comment.