Skip to content

Commit d666022

Browse files
author
sigma67
committed
Update version to 0.4.2
1 parent 7e3edba commit d666022

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/source/setup.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ To run authenticated requests you need to copy your request headers from a POST
1010

1111
To do so, follow these steps:
1212

13-
- Copy ``headers_auth.json.example`` to ``headers_auth.json``
13+
- Copy ``headers_auth.json.example`` (see below) to ``headers_auth.json``
1414
- Open YTMusic in Firefox
1515
- Go to the developer tools (Ctrl-Shift-I) and right click a POST request.
1616
- Copy the request headers (right click > copy > copy request headers)
17-
- Paste the three missing items to `headers_auth.json`
17+
- Paste the three missing items to `headers_auth.json`
18+
19+
**headers_auth.json.example**
20+
21+
.. literalinclude:: ../../headers_auth.json.example
22+
:language: JSON

ytmusicapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)