We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555d791 commit aaf6a6fCopy full SHA for aaf6a6f
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-redsys"
3
-version = "0.3.0"
+version = "0.4.0"
4
description = "A simple, clean and less dependant client to handle payments through Redsys."
5
authors = ["Andrés Reverón Molina <andres@reveronmolina.me>", "David Díaz <d.diazp@gmail.com>"]
6
license = "MIT"
redsys/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.3.0"
+__version__ = "0.4.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
0 commit comments