diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 57064382..d1166fdd 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '3.4.0' +__version__ = '3.4.1' diff --git a/pipenv/cli.py b/pipenv/cli.py index 22179374..f217b725 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -944,7 +944,7 @@ def run(command, args, no_interactive=False, three=None, python=False): # Interact with the new shell. if no_interactive: - c.block() + c.wait() else: c.interact() c.close()