This commit is contained in:
2017-01-21 19:43:03 -05:00
parent 5bb629b5eb
commit 7d2ef8c310
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()
+1 -1
View File
@@ -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',