From 7a53ba3dad9f7b2e31dac3fbb3162838eb9441c6 Mon Sep 17 00:00:00 2001 From: KillianLucas <63927363+KillianLucas@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:01:18 +0000 Subject: [PATCH] =?UTF-8?q?Released=200.1.0=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd43754439..a3f0e5e24e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ name = "open-interpreter" packages = [ {include = "interpreter"}, ] -version = "0.0.297" -description = "Ask GPT-4 to run code locally." +version = "0.1.0" +description = "Let language models run code locally." authors = ["Killian Lucas "] readme = "README.md"