From 7c4df56bbbe9c483319dd3ea781051fe4e066cfc Mon Sep 17 00:00:00 2001 From: Hudson Brendon Date: Sat, 30 Mar 2024 18:44:57 -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 --- poetry.lock | 2 +- pypicpay/__init__.py | 2 +- pyproject.toml | 2 +- tests/test_picpay.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 72426a5..7154448 100644 --- a/poetry.lock +++ b/poetry.lock @@ -183,7 +183,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "colorama" -version = "0.4.6" +version = "0.4.7" description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" diff --git a/pypicpay/__init__.py b/pypicpay/__init__.py index f8cf195..3c6538c 100644 --- a/pypicpay/__init__.py +++ b/pypicpay/__init__.py @@ -1,3 +1,3 @@ from .picpay import PicPay # noqa: F401 -__version__ = "0.4.5" +__version__ = "0.4.6" diff --git a/pyproject.toml b/pyproject.toml index c29b792..faba0b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/tests/test_picpay.py b/tests/test_picpay.py index f073e60..7197922 100644 --- a/tests/test_picpay.py +++ b/tests/test_picpay.py @@ -2,7 +2,7 @@ def test_version(): - assert __version__ == "0.4.5" + assert __version__ == "0.4.6" class TestPicPay: