Skip to content

Commit 8decbd6

Browse files
committed
chore: update yaylib version to 1.5.1
1 parent f25ea48 commit 8decbd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

yaylib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# 1.0.0rc1 Release Candidate
2424
# 1.0.0 Final Release
2525
# 1.0.0.post1 Post Release
26-
__version__ = "1.5.0"
26+
__version__ = "1.5.1"
2727

2828
from .client import Client
2929
from .constants import *

yaylib/config.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
SOFTWARE.
2323
"""
2424

25-
API_VERSION_NAME = "3.51"
26-
VERSION_NAME = "3.51.0"
27-
API_VERSION_KEY = "8befe6044b504adca957d5c4fb5dba86"
25+
API_VERSION_NAME = "3.54"
26+
VERSION_NAME = "3.54.0"
27+
API_VERSION_KEY = "bb0d38c4987d44279bfb168a21438d06"
2828
API_KEY = "ccd59ee269c01511ba763467045c115779fcae3050238a252f1bd1a4b65cfec6"
2929
SHARED_KEY = "yayZ1"
3030
STORE_KEY = "yayZ1payment"

0 commit comments

Comments
 (0)