1
0
mirror of https://github.com/httpie/cli.git synced 2025-02-03 13:01:58 +02:00
This commit is contained in:
Jakub Roztocil 2012-06-24 16:45:01 +02:00
parent 2f7921091c
commit 3179631603
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ Or, you can install the **development version** directly from GitHub:
pip install -U https://github.com/jkbr/httpie/tarball/master
HTTPie should also
Usage
-----

View File

@ -3,5 +3,5 @@ HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.2'
__version__ = '0.2.3dev'
__licence__ = 'BSD'