From 1a88ae647ef806cfbdbaf2cd069854139ca73a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Roztoc=CC=8Cil?= Date: Tue, 28 Feb 2012 18:09:05 +0100 Subject: [PATCH] 0.1.4 --- httpie/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/__init__.py b/httpie/__init__.py index 27b6bb3b..1da6a76e 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,5 +3,5 @@ HTTPie - cURL for humans. """ __author__ = 'Jakub Roztocil' -__version__ = '0.1.3' +__version__ = '0.1.4' __licence__ = 'BSD'