From e672543247653d410ffb248e9061f70341c142bc Mon Sep 17 00:00:00 2001 From: Hudson Brendon Date: Sat, 30 Mar 2024 18:48:26 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20atualiza=20vers=C3=A3o=20da=20biblioteca?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pypicpay/__init__.py | 2 +- pyproject.toml | 2 +- tests/test_picpay.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pypicpay/__init__.py b/pypicpay/__init__.py index 3c6538c..e3a146b 100644 --- a/pypicpay/__init__.py +++ b/pypicpay/__init__.py @@ -1,3 +1,3 @@ from .picpay import PicPay # noqa: F401 -__version__ = "0.4.6" +__version__ = "0.4.7" diff --git a/pyproject.toml b/pyproject.toml index faba0b1..c36bfd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypicpay" -version = "0.4.6" +version = "0.4.7" description = "Aceite PicPay e faça parte do movimento que está revolucionando a relação com o dinheiro no Brasil." authors = ["Hudson Brendon "] license = "MIT" diff --git a/tests/test_picpay.py b/tests/test_picpay.py index 7197922..9cebc26 100644 --- a/tests/test_picpay.py +++ b/tests/test_picpay.py @@ -2,7 +2,7 @@ def test_version(): - assert __version__ == "0.4.6" + assert __version__ == "0.4.7" class TestPicPay: