We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c021f commit 59fa470Copy full SHA for 59fa470
README.md
@@ -30,4 +30,4 @@ presence = xpa.get_presence(xuid="xuid")
30
print(presence.state)
31
```
32
33
-Full documentation can be found [here](https://github.com/Rarmash/Xbox-Python-API/docs).
+Full documentation can be found [here](https://github.com/Rarmash/Xbox-Python-API/tree/master/docs).
setup.py
@@ -9,7 +9,7 @@ def read(f_name):
9
10
setup(
11
name="xbox-python-api",
12
- version="0.1.2",
+ version="0.1.2.1",
13
url="https://github.com/Rarmash/Xbox-Python-API",
14
author="Rarmash",
15
description="Xbox API library",
0 commit comments