diff --git a/README.md b/README.md index b3836e8..4ef171f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If nix is not installed: windows: `sh <(curl -L https://nixos.org/nix/install) --daemon` 2. Run Topos and all its dependencies: ``` - nix run github:jonnyjohnson1/topos-cli/v0.2.6 + nix run github:jonnyjohnson1/topos-cli/v0.2.7 ``` This will start all services including Topos, Postgres, Kafka, and Ollama. diff --git a/pyproject.toml b/pyproject.toml index 02de769..6659204 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "topos" -version = "0.2.6" +version = "0.2.7" description = "The official Python client for Topos." authors = ["Dialogues "] license = "MIT" diff --git a/scripts/install.sh b/scripts/install.sh index ae6ba70..eb521b5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -15,6 +15,6 @@ tell application "Terminal" echo 'Nix installation complete.'; \ else \ echo 'Nix is already installed.'; \ - fi && nix run github:jonnyjohnson1/topos-cli/v0.2.6 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace" + fi && nix run github:jonnyjohnson1/topos-cli/v0.2.7 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace" end tell EOF \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index a417ba5..7aa2917 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = topos -version = 0.2.6 +version = 0.2.7 author = Jonny Johnson author_email = jonnyjohnson1@gmail.com description = For interacting with Topos tooling diff --git a/setup.py b/setup.py index 99a6ca7..1fce45d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='topos', - version='0.2.6', + version='0.2.7', packages=find_packages(), entry_points={ 'console_scripts': [ diff --git a/topos.dmg b/topos.dmg index 081cf54..041db98 100644 Binary files a/topos.dmg and b/topos.dmg differ