Skip to content

Commit 907ee8f

Browse files
authored
Merge pull request #1399 from OpenInterpreter/development
Version Bump
2 parents 142d6c4 + a5dbbf5 commit 907ee8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

interpreter/terminal_interface/start_terminal_interface.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,9 @@ def print_help(self, *args, **kwargs):
402402

403403
if args.version:
404404
version = pkg_resources.get_distribution("open-interpreter").version
405-
update_name = "Local III" # Change this with each major update
405+
update_name = (
406+
"The Beginning (Ty and Victor)" # Change this with each major update
407+
)
406408
print(f"Open Interpreter {version} {update_name}")
407409
return
408410

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages = [
44
{include = "interpreter"},
55
{include = "scripts"},
66
]
7-
version = "0.3.8" # Use "-rc1", "-rc2", etc. for pre-release versions
7+
version = "0.3.7" # Use "-rc1", "-rc2", etc. for pre-release versions
88
description = "Let language models run code"
99
authors = ["Killian Lucas <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)