Skip to content

Commit

Permalink
Merge pull request #29 from hudsonbrendon/fix/python-3.7
Browse files Browse the repository at this point in the history
fix: fix python version to 3.7
  • Loading branch information
hudsonbrendon authored May 1, 2024
2 parents e0c8370 + cb6d2df commit 9eb5019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7"
__version__ = "0.4.8"
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.7"
version = "0.4.8"
description = "Aceite PicPay e faça parte do movimento que está revolucionando a relação com o dinheiro no Brasil."
authors = ["Hudson Brendon <contato.hudsonbrendon@gmail.com>"]
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.7"
assert __version__ == "0.4.8"


class TestPicPay:
Expand Down

0 comments on commit 9eb5019

Please sign in to comment.