Skip to content

Commit 7277842

Browse files
authored
Specify specification support for v1.5 (#191)
1 parent 6254cc0 commit 7277842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import shtab
1919

2020
__version__ = "3.0.0"
21-
__client_specification__ = "1.4"
21+
__client_specification__ = "1.5"
2222

2323
REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}
2424
PAGES_SOURCE_LOCATION = os.environ.get(

0 commit comments

Comments
 (0)