Skip to content

Commit aaf6a6f

Browse files
committed
0.4.0
1 parent 555d791 commit aaf6a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "python-redsys"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "A simple, clean and less dependant client to handle payments through Redsys."
55
authors = ["Andrés Reverón Molina <[email protected]>", "David Díaz <[email protected]>"]
66
license = "MIT"

redsys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"
22
__version_info__ = tuple(
33
[
44
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)