We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48f9967 + 1c61f94 commit fe35fc8Copy full SHA for fe35fc8
pubg_python/clients.py
@@ -36,7 +36,7 @@ def request(self, endpoint):
36
37
class APIClient(Client):
38
39
- BASE_URL = 'https://api.playbattlegrounds.com/'
+ BASE_URL = 'https://api.pubg.com/'
40
41
def __init__(self, api_key):
42
super().__init__()
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
13
name='pubg-python',
14
- version='0.11.1',
+ version='0.11.2',
15
description='A python wrapper for the PUBG developer API',
16
long_description=read('README.md'),
17
long_description_content_type='text/markdown',
0 commit comments