1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Bump release for 6.0.6

This commit is contained in:
Donald Stufft 2015-01-03 04:30:52 -05:00
parent d628f4db7c
commit a898b9b5eb

View file

@ -30,7 +30,7 @@ import pip.cmdoptions
cmdoptions = pip.cmdoptions
# The version as used in the setup.py and the docs conf.py
__version__ = "6.0.6.dev0"
__version__ = "6.0.6"
logger = logging.getLogger(__name__)