From 7d2ef8c3102e73e2acee7d2928b95b8cc920af18 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Jan 2017 19:43:03 -0500 Subject: [PATCH] v0.1.6 --- pipenv/cli.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 1197a509..2a802890 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.5' +__version__ = '0.1.6' project = Project() diff --git a/setup.py b/setup.py index 136f1ef8..9d27fc64 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ required = [ setup( name='pipenv', - version='0.1.5', + version='0.1.6', description='Sacred Marriage of Pipfile, Pip, & Virtualenv.', long_description=long_description, author='Kenneth Reitz',