diff --git a/httpie/__init__.py b/httpie/__init__.py index fc3a9e54..3cb9aa38 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -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'