Skip to content

Commit

Permalink
Version 1.6.16
Browse files Browse the repository at this point in the history
Session: Update EAPI app version to 9.0.0 (closes #63)
  • Loading branch information
mos9527 committed Aug 24, 2024
1 parent 5019dad commit 953fd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyncm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"""
__VERSION_MAJOR__ = 1
__VERSION_MINOR__ = 6
__VERSION_PATCH__ = 15
__VERSION_PATCH__ = 16

__version__ = '%s.%s.%s' % (__VERSION_MAJOR__,__VERSION_MINOR__,__VERSION_PATCH__)

Expand Down Expand Up @@ -114,7 +114,7 @@ def __init__(self, *a, **k):
self.login_info = {"success": False, "tick": time(), "content": None}
self.eapi_config = {
"os": "ios",
"appver": "",
"appver": "9.0.0",
"osver": "",
"deviceId": DEVICE_ID_DEFAULT,
}
Expand Down

0 comments on commit 953fd29

Please sign in to comment.