diff --git a/src/viv/viv.py b/src/viv/viv.py index 9f97b84..4b7f407 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -52,7 +52,7 @@ from typing import ( from urllib.error import HTTPError from urllib.request import urlopen -__version__ = "23.5a5-30-g838b585-dev" +__version__ = "23.5a5-31-gc195c54-dev" class Spinner: @@ -454,7 +454,7 @@ python api: {a.style('__import__("viv").use("typer", "rich-click")','bold')} else: imports = "" return f"""\ -#!/usr/bin/env python +#!/usr/bin/env python3 # AUTOGENERATED by viv (v{__version__}) # see `python3 <(curl -fsSL viv.dayl.in/viv.py) --help`