httpie-cli/httpie/__init__.py
Jakub Roztocil 70a78249c1 2.1.0
#488 #840 #895
2020-04-18 12:54:40 +02:00

9 lines
125 B
Python

"""
HTTPie - a CLI, cURL-like tool for humans.
"""
__version__ = '2.1.0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'