Skip to content

Commit ee1c36b

Browse files
committed
chore(release): bump to 15.0.1
1 parent e6b6f94 commit ee1c36b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Adyen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
LIB_NAME = "adyen-python-api-library"
2-
LIB_VERSION = "15.0.0"
2+
LIB_VERSION = "15.0.1"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.0.0
1+
15.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Adyen"
7-
version = "15.0.0"
7+
version = "15.0.1"
88
description = "Adyen Python Api"
99
readme = "README.md"
1010
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
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="15.0.0",
6+
version="15.0.1",
77
maintainer="Adyen",
88
maintainer_email="support@adyen.com",
99
description="Adyen Python Api",

0 commit comments

Comments
 (0)