httpie-cli/httpie/__init__.py
Mickaël Schoentgen 4eaa4d67c5
v2.5.0 (#1140)
[skip ci]
2021-09-06 20:23:14 +02:00

9 lines
132 B
Python

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