httpie-cli/httpie/__init__.py
Jakub Roztocil bb36897054 2.4.0
2021-02-06 11:17:24 +01:00

9 lines
132 B
Python

"""
HTTPie: command-line HTTP client for the API era.
"""
__version__ = '2.4.0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'