diff --git a/pipenv/cli.py b/pipenv/cli.py index 315af072..d26945af 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -14,7 +14,7 @@ import _pipfile as pipfile from .project import Project from .utils import convert_deps_from_pip, convert_deps_to_pip -__version__ = '0.1.6' +__version__ = '0.1.7' project = Project() diff --git a/setup.py b/setup.py index 9d27fc64..31bbf1dd 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ required = [ setup( name='pipenv', - version='0.1.6', + version='0.1.7', description='Sacred Marriage of Pipfile, Pip, & Virtualenv.', long_description=long_description, author='Kenneth Reitz',