This commit is contained in:
2017-01-21 14:46:21 -05:00
parent 7141d79e7a
commit c449e5ce38
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.4'
__version__ = '0.1.5'
project = Project()
+1 -1
View File
@@ -36,7 +36,7 @@ required = [
setup(
name='pipenv',
version='0.1.4',
version='0.1.5',
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
long_description=long_description,
author='Kenneth Reitz',