1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00
This commit is contained in:
Jakub Roztocil
2022-01-23 13:57:04 +01:00
parent c815e21ef9
commit 3b441fa57e
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,6 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
__version__ = '3.0.0'
__version__ = '3.0.1'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'