httpie-cli/httpie/__init__.py
Mickaël Schoentgen 42af2f786f
v2.6.0 (#1182)
[skip ci]
2021-10-14 10:36:39 +02:00

9 lines
132 B
Python

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