From 5bdf9aa497f640263e096261e320f4f10fc981bd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Jan 2017 19:21:18 -0500 Subject: [PATCH] v0.2.0 --- 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 f1f77bf6..f4743914 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -14,7 +14,7 @@ from . import _pipfile as pipfile from .project import Project from .utils import convert_deps_from_pip, convert_deps_to_pip -__version__ = '0.1.14' +__version__ = '0.2.0' project = Project() diff --git a/setup.py b/setup.py index 903f6b38..ab9904ab 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ required = [ setup( name='pipenv', - version='0.1.14', + version='0.2.0', description='Sacred Marriage of Pipfile, Pip, & Virtualenv.', long_description=long_description, author='Kenneth Reitz',