Skip to content

Commit

Permalink
release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuxyz committed Feb 12, 2020
1 parent bef5151 commit d98661a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion picpay/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "picpay"
version = "1.1.0"
version = "1.1.1"
description = ""
homepage = "https://github.com/MarcusMann/picpay"
repository = "https://github.com/MarcusMann/picpay"
homepage = "https://github.com/MarcusMann/picpay.py"
repository = "https://github.com/MarcusMann/picpay.py"
license = "MIT"
keywords = ["picpay", "gateway de pagamento", "loja virtual", "ecommerce", "pagseguro"]
authors = ["Marcus Pereira <contato@spacedevs.com.br>"]
authors = ["Marcus Pereira <oi@spacedevs.com.br>"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_python_picpay.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_version():
assert __version__ == "1.1.0"
assert __version__ == "1.1.1"


@mock.patch("picpay.picpay.Downloader")
Expand Down

0 comments on commit d98661a

Please sign in to comment.