Skip to content

Commit

Permalink
fix: atualiza versão da biblioteca
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Mar 30, 2024
1 parent 009be4a commit 7c4df56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pypicpay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .picpay import PicPay # noqa: F401

__version__ = "0.4.5"
__version__ = "0.4.6"
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 = "pypicpay"
version = "0.4.5"
version = "0.4.6"
description = "Aceite PicPay e faça parte do movimento que está revolucionando a relação com o dinheiro no Brasil."
authors = ["Hudson Brendon <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_picpay.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_version():
assert __version__ == "0.4.5"
assert __version__ == "0.4.6"


class TestPicPay:
Expand Down

0 comments on commit 7c4df56

Please sign in to comment.