diff --git a/pip/__init__.py b/pip/__init__.py index d2d6ff33c..e169fa8e7 100755 --- a/pip/__init__.py +++ b/pip/__init__.py @@ -19,7 +19,7 @@ import pip.cmdoptions cmdoptions = pip.cmdoptions # The version as used in the setup.py and the docs conf.py -__version__ = "1.5.1" +__version__ = "1.5.2" def autocomplete():