This commit is contained in:
2017-01-22 14:01:56 -05:00
parent 867d44a52b
commit c71c09dac3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.13'
__version__ = '0.1.14'
project = Project()
+1 -1
View File
@@ -35,7 +35,7 @@ required = [
setup(
name='pipenv',
version='0.1.13',
version='0.1.14',
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
long_description=long_description,
author='Kenneth Reitz',