diff --git a/pipenv/cli.py b/pipenv/cli.py index 422d11b4..290ae3ec 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -13,7 +13,7 @@ import _pipfile as pipfile from .project import Project from .utils import convert_deps_from_pip, convert_deps_to_pip -__version__ = '0.1.4' +__version__ = '0.1.5' project = Project() diff --git a/setup.py b/setup.py index 4ee3f53c..7c515140 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ required = [ setup( name='pipenv', - version='0.1.4', + version='0.1.5', description='Sacred Marriage of Pipfile, Pip, & Virtualenv.', long_description=long_description, author='Kenneth Reitz',