Skip to content

Commit d0f51af

Browse files
chore(release): bump to 13.4.0 (#361)
Co-authored-by: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com>
1 parent b56f798 commit d0f51af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Adyen/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
LIB_NAME = "adyen-python-api-library"
2-
LIB_VERSION = "13.3.0"
2+
LIB_VERSION = "13.4.0"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.3.0
1+
13.4.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='Adyen',
55
packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]),
6-
version='13.3.0',
6+
version='13.4.0',
77
maintainer='Adyen',
88
maintainer_email='support@adyen.com',
99
description='Adyen Python Api',

0 commit comments

Comments
 (0)