httpie-cli/httpie/__init__.py
Mickaël Schoentgen 5717fb1ad5
Normalize the version (#1101)
To fix that warning:

    setuptools/dist.py:473: UserWarning: Normalizing '2.5.0-dev' to '2.5.0.dev0'
2021-07-01 10:34:51 +02:00

9 lines
137 B
Python

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