Skip to content

Commit

Permalink
Merge pull request #1399 from OpenInterpreter/development
Browse files Browse the repository at this point in the history
Version Bump
  • Loading branch information
KillianLucas authored Aug 14, 2024
2 parents 142d6c4 + a5dbbf5 commit 907ee8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion interpreter/terminal_interface/start_terminal_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <killian@openinterpreter.com>"]
readme = "README.md"
Expand Down

0 comments on commit 907ee8f

Please sign in to comment.