From 33b32575e8cbfb340b10759ed19ed20516c9b325 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:52:59 -0800 Subject: [PATCH] Incremented version, added README for `pip` --- 01OS/README.md | 9 +++++++++ 01OS/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 01OS/README.md diff --git a/01OS/README.md b/01OS/README.md new file mode 100644 index 0000000..8678d6c --- /dev/null +++ b/01OS/README.md @@ -0,0 +1,9 @@ +The open-source language model computer. + +```bash +pip install 01OS +``` + +```bash +01 # Runs the 01 server and client. +``` diff --git a/01OS/pyproject.toml b/01OS/pyproject.toml index 9860987..04d816d 100644 --- a/01OS/pyproject.toml +++ b/01OS/pyproject.toml @@ -4,7 +4,7 @@ packages = [ {include = "01OS"}, ] include = [".env.example", "start.py", "start.sh"] -version = "0.0.5" +version = "0.0.6" description = "The open-source language model computer" authors = ["Killian "] license = "AGPL"