This commit is contained in:
2017-01-20 18:07:53 -05:00
parent 777c316b8e
commit 68c25ad54c
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -10,7 +10,7 @@ import pexpect
import toml
import _pipfile as pipfile
__version__ = '0.1.1'
__version__ = '0.1.2'
class Project(object):
"""docstring for Project"""
@@ -328,7 +328,6 @@ def cli(*args, **kwargs):
@click.option('--dev', '-d', is_flag=True, default=False)
def init(dev=False):
print project.pipfile_location
# Assert Pipfile exists.
if not project.pipfile_exists:
+1 -1
View File
@@ -34,7 +34,7 @@ required = [
setup(
name='pipenv',
version='0.1.1',
version='0.1.2',
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
long_description=long_description,
author='Kenneth Reitz',