Skip to content

Commit 953fd29

Browse files
committed
Version 1.6.16
Session: Update EAPI app version to 9.0.0 (closes #63)
1 parent 5019dad commit 953fd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyncm/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"""
3535
__VERSION_MAJOR__ = 1
3636
__VERSION_MINOR__ = 6
37-
__VERSION_PATCH__ = 15
37+
__VERSION_PATCH__ = 16
3838

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

@@ -114,7 +114,7 @@ def __init__(self, *a, **k):
114114
self.login_info = {"success": False, "tick": time(), "content": None}
115115
self.eapi_config = {
116116
"os": "ios",
117-
"appver": "",
117+
"appver": "9.0.0",
118118
"osver": "",
119119
"deviceId": DEVICE_ID_DEFAULT,
120120
}

0 commit comments

Comments
 (0)