Skip to content

Commit 14b73ea

Browse files
committed
bump version and specification version
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 19e4792 commit 14b73ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tldr.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import colorama # Required for Windows
1717
import argcomplete
1818

19-
__version__ = "1.0.0"
20-
__client_specification__ = "1.3"
19+
__version__ = "1.1.0"
20+
__client_specification__ = "1.4"
2121

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

0 commit comments

Comments
 (0)