This commit is contained in:
2017-01-22 19:21:18 -05:00
parent 96fc8722c0
commit 5bdf9aa497
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.14'
__version__ = '0.2.0'
project = Project()
+1 -1
View File
@@ -36,7 +36,7 @@ required = [
setup(
name='pipenv',
version='0.1.14',
version='0.2.0',
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
long_description=long_description,
author='Kenneth Reitz',