From a1fa1ae8a94182389c9990fe5690269d840bda09 Mon Sep 17 00:00:00 2001 From: Marcus Smith Date: Fri, 5 Jul 2013 23:16:51 -0700 Subject: [PATCH] 1.4rc3 --- pip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip/__init__.py b/pip/__init__.py index b356b787038..b55fc73effb 100755 --- a/pip/__init__.py +++ b/pip/__init__.py @@ -14,7 +14,7 @@ # The version as used in the setup.py and the docs conf.py -__version__ = "1.4rc2" +__version__ = "1.4rc3" def autocomplete(): """Command and option completion for the main option parser (and options)