diff --git a/interpreter/terminal_interface/start_terminal_interface.py b/interpreter/terminal_interface/start_terminal_interface.py index af5e9b7668..23be1005c8 100644 --- a/interpreter/terminal_interface/start_terminal_interface.py +++ b/interpreter/terminal_interface/start_terminal_interface.py @@ -402,7 +402,9 @@ def print_help(self, *args, **kwargs): if args.version: version = pkg_resources.get_distribution("open-interpreter").version - update_name = "Local III" # Change this with each major update + update_name = ( + "The Beginning (Ty and Victor)" # Change this with each major update + ) print(f"Open Interpreter {version} {update_name}") return diff --git a/pyproject.toml b/pyproject.toml index 36dbde0b33..4c3778a4fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ packages = [ {include = "interpreter"}, {include = "scripts"}, ] -version = "0.3.8" # Use "-rc1", "-rc2", etc. for pre-release versions +version = "0.3.7" # Use "-rc1", "-rc2", etc. for pre-release versions description = "Let language models run code" authors = ["Killian Lucas "] readme = "README.md"