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 78fc22e commit 950c737Copy full SHA for 950c737
2 files changed
README.md
@@ -306,6 +306,20 @@ for user in likers.users:
306
307
<details>
308
309
+<summary>Change Profile Picture</summary><br>
310
+
311
+```python
312
+from ensta import Mobile
313
314
+mobile = Mobile(username, password)
315
316
+mobile.change_profile_picture("image.jpg")
317
+```
318
319
+</details>
320
321
+<details>
322
323
<summary>Edit Biography, Display Name</summary><br>
324
325
```python
setup.py
@@ -1,7 +1,7 @@
1
from distutils.core import setup
2
from pathlib import Path
3
4
-version = "5.1.2"
+version = "5.1.3"
5
long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")
6
7
setup(
0 commit comments