Skip to content

Commit 9eb5019

Browse files
Merge pull request #29 from hudsonbrendon/fix/python-3.7
fix: fix python version to 3.7
2 parents e0c8370 + cb6d2df commit 9eb5019

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pypicpay/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .picpay import PicPay # noqa: F401
22

3-
__version__ = "0.4.7"
3+
__version__ = "0.4.8"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypicpay"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
description = "Aceite PicPay e faça parte do movimento que está revolucionando a relação com o dinheiro no Brasil."
55
authors = ["Hudson Brendon <contato.hudsonbrendon@gmail.com>"]
66
license = "MIT"

tests/test_picpay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def test_version():
5-
assert __version__ == "0.4.7"
5+
assert __version__ == "0.4.8"
66

77

88
class TestPicPay:

0 commit comments

Comments
 (0)