This commit is contained in:
2017-01-21 20:06:40 -05:00
parent 86d5ef6981
commit e8a638eb87
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import _pipfile as pipfile
from .project import Project
from .utils import convert_deps_from_pip, convert_deps_to_pip
__version__ = '0.1.6'
__version__ = '0.1.7'
project = Project()
+1 -1
View File
@@ -35,7 +35,7 @@ required = [
setup(
name='pipenv',
version='0.1.6',
version='0.1.7',
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
long_description=long_description,
author='Kenneth Reitz',