We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0c8370 + cb6d2df commit 9eb5019Copy full SHA for 9eb5019
pypicpay/__init__.py
@@ -1,3 +1,3 @@
1
from .picpay import PicPay # noqa: F401
2
3
-__version__ = "0.4.7"
+__version__ = "0.4.8"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypicpay"
-version = "0.4.7"
+version = "0.4.8"
4
description = "Aceite PicPay e faça parte do movimento que está revolucionando a relação com o dinheiro no Brasil."
5
authors = ["Hudson Brendon <contato.hudsonbrendon@gmail.com>"]
6
license = "MIT"
tests/test_picpay.py
@@ -2,7 +2,7 @@
def test_version():
- assert __version__ == "0.4.7"
+ assert __version__ == "0.4.8"
7
8
class TestPicPay:
0 commit comments