Skip to content

Commit

Permalink
chore(release): bump to 12.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah authored and github-actions[bot] committed Nov 11, 2024
1 parent f5bb2ca commit e8d35ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adyen/settings.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LIB_NAME = "adyen-python-api-library"
LIB_VERSION = "12.8.0"
LIB_VERSION = "12.8.1"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.8.0
12.8.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='Adyen',
packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]),
version='12.8.0',
version='12.8.1',
maintainer='Adyen',
maintainer_email='[email protected]',
description='Adyen Python Api',
Expand Down

0 comments on commit e8d35ac

Please sign in to comment.