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 6254cc0 commit 7277842Copy full SHA for 7277842
tldr.py
@@ -18,7 +18,7 @@
18
import shtab
19
20
__version__ = "3.0.0"
21
-__client_specification__ = "1.4"
+__client_specification__ = "1.5"
22
23
REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}
24
PAGES_SOURCE_LOCATION = os.environ.get(
0 commit comments