mirror of
https://github.com/httpie/cli.git
synced 2025-01-20 20:38:38 +01:00
Normalize the version (#1101)
To fix that warning: setuptools/dist.py:473: UserWarning: Normalizing '2.5.0-dev' to '2.5.0.dev0'
This commit is contained in:
parent
9c38da96b0
commit
5717fb1ad5
@ -3,6 +3,6 @@ HTTPie: command-line HTTP client for the API era.
|
||||
|
||||
"""
|
||||
|
||||
__version__ = '2.5.0-dev'
|
||||
__version__ = '2.5.0.dev0'
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__licence__ = 'BSD'
|
||||
|
Loading…
Reference in New Issue
Block a user