httpie-cli/httpie/__init__.py
Mickaël Schoentgen 273134123a
Bump the version to 2.6.0.dev0 (#1162)
[skip ci]
2021-09-21 10:40:09 +02:00

9 lines
137 B
Python

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