diff --git a/README.md b/README.md index 358f196..4bef69d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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.9 + nix run github:jonnyjohnson1/topos-cli/v0.2.10 ``` This will start all services including Topos, Postgres, Kafka, and Ollama. diff --git a/pyproject.toml b/pyproject.toml index 6d7112f..fd505ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "topos" -version = "0.2.9" +version = "0.2.10" description = "The official Python client for Topos." authors = ["Dialogues "] license = "MIT" diff --git a/scripts/install.sh b/scripts/install.sh index ecd4cb0..9464fc8 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.9 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace" + fi && nix run github:jonnyjohnson1/topos-cli/v0.2.10 --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 c72e325..044efbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = topos -version = 0.2.9 +version = 0.2.10 author = Jonny Johnson author_email = jonnyjohnson1@gmail.com description = For interacting with Topos tooling diff --git a/setup.py b/setup.py index 1a3cf4a..9fc291d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='topos', - version='0.2.9', + version='0.2.10', packages=find_packages(), entry_points={ 'console_scripts': [ diff --git a/topos.dmg b/topos.dmg index 35f2b6a..25efbb4 100644 Binary files a/topos.dmg and b/topos.dmg differ