Skip to content

Commit

Permalink
chore: update yaylib version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkx committed Oct 23, 2024
1 parent f25ea48 commit 8decbd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion yaylib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# 1.0.0rc1 Release Candidate
# 1.0.0 Final Release
# 1.0.0.post1 Post Release
__version__ = "1.5.0"
__version__ = "1.5.1"

from .client import Client
from .constants import *
Expand Down
6 changes: 3 additions & 3 deletions yaylib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
SOFTWARE.
"""

API_VERSION_NAME = "3.51"
VERSION_NAME = "3.51.0"
API_VERSION_KEY = "8befe6044b504adca957d5c4fb5dba86"
API_VERSION_NAME = "3.54"
VERSION_NAME = "3.54.0"
API_VERSION_KEY = "bb0d38c4987d44279bfb168a21438d06"
API_KEY = "ccd59ee269c01511ba763467045c115779fcae3050238a252f1bd1a4b65cfec6"
SHARED_KEY = "yayZ1"
STORE_KEY = "yayZ1payment"
Expand Down

0 comments on commit 8decbd6

Please sign in to comment.