summaryrefslogtreecommitdiff
path: root/pip
diff options
context:
space:
mode:
Diffstat (limited to 'pip')
-rwxr-xr-xpip/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/__init__.py b/pip/__init__.py
index 4c3d0668c..d2d6ff33c 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.1rc1"
+__version__ = "1.5.1"
def autocomplete():