From 2753bdbf924b87d7fb678d0b1bb01e651d95b3fa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 20 Jan 2017 18:16:09 -0500 Subject: [PATCH] v0.1.3 --- pipenv/core.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipenv/core.py b/pipenv/core.py index 162568d7..106e89ad 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -10,7 +10,7 @@ import pexpect import toml import _pipfile as pipfile -__version__ = '0.1.2' +__version__ = '0.1.3' class Project(object): """docstring for Project""" diff --git a/setup.py b/setup.py index aa212b6b..8e4aa884 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ required = [ setup( name='pipenv', - version='0.1.2', + version='0.1.3', description='Sacred Marriage of Pipfile, Pip, & Virtualenv.', long_description=long_description, author='Kenneth Reitz',